summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.h
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-07-19 19:09:27 +0000
committerTim Janik <timj@src.gnome.org>1998-07-19 19:09:27 +0000
commitc1c8caa28cbc1a0b7a8f07296189d915c11b6dfc (patch)
tree4eb0433121445a22ddaab898a18ccc349a6006c5 /gtk/gtkmain.h
parentb43c45571d92dc4786cf8c04b1938aa1609e19ce (diff)
downloadgtk+-c1c8caa28cbc1a0b7a8f07296189d915c11b6dfc.tar.gz
export gtk_binary_age and gtk_interface_age.
Sat Jul 18 22:59:04 1998 Tim Janik <timj@gtk.org> * gtk/gtkmain.h: * gtk/gtkmain.c: export gtk_binary_age and gtk_interface_age. * gtk/gtktypeutils.h: * gtk/gtkitemfactory.h: remove "void" from prototypes again. Sat Jul 18 00:54:01 1998 Lars Hamann <lars@gtk.org> * gtk/gtknotebook.c (gtk_notebook_set_child_arg): added support for CHILD_ARG_MENU_LABEL, CHILD_ARG_TAB_LABEL (gtk_notebook_get_child_arg): added support for CHILD_ARG_MENU_LABEL, CHILD_ARG_POSITION (gtk_notebook_reorder_child): new funktion to change position of a notebook page (gtk_notebook_draw_arrow): draw left/right arrow with GTK_SHADOW_ETCHED_IN if focus_tab is first/last tab. * gtk/gtkstyle.c (gtk_default_draw_arrow): added GTK_SHADOW_ETCHED_IN/OUT
Diffstat (limited to 'gtk/gtkmain.h')
-rw-r--r--gtk/gtkmain.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkmain.h b/gtk/gtkmain.h
index d74d9bba8d..abbf5f4284 100644
--- a/gtk/gtkmain.h
+++ b/gtk/gtkmain.h
@@ -26,6 +26,7 @@
#ifdef __cplusplus
extern "C" {
+#pragma }
#endif /* __cplusplus */
#define GTK_PRIORITY_HIGH -20
@@ -42,6 +43,9 @@ typedef gint (*GtkKeySnoopFunc) (GtkWidget *grab_widget,
extern const guint gtk_major_version;
extern const guint gtk_minor_version;
extern const guint gtk_micro_version;
+extern const guint gtk_binary_age;
+extern const guint gtk_interface_age;
+
/* Initialization, exit, mainloop and miscellaneous routines
*/