summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbar.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-11-11 15:28:07 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-11-11 15:28:07 +0000
commit8004fcbfc11c6fff1d65eff7d103a00e18ee6438 (patch)
tree90b29e53d4b7cd1c917aa6a6540d72ccafe78e96 /gtk/gtktoolbar.h
parent4e29d5da8dd7f584b7196da020f87ea5f1944c4c (diff)
downloadgtk+-8004fcbfc11c6fff1d65eff7d103a00e18ee6438.tar.gz
implement the GtkOrientable interface and deprecate
2008-11-11 Michael Natterer <mitch@imendio.com> * gtk/gtktoolbar.[ch]: implement the GtkOrientable interface and deprecate gtk_toolbar_get,set_orientation(). * gtk/gtk.symbols: changed accordingly. svn path=/trunk/; revision=21777
Diffstat (limited to 'gtk/gtktoolbar.h')
-rw-r--r--gtk/gtktoolbar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtktoolbar.h b/gtk/gtktoolbar.h
index f6bcc1ec8d..fb78095ccd 100644
--- a/gtk/gtktoolbar.h
+++ b/gtk/gtktoolbar.h
@@ -151,14 +151,16 @@ GtkToolItem * gtk_toolbar_get_nth_item (GtkToolbar *toolbar,
gboolean gtk_toolbar_get_show_arrow (GtkToolbar *toolbar);
void gtk_toolbar_set_show_arrow (GtkToolbar *toolbar,
gboolean show_arrow);
+
+#ifndef GTK_DISABLE_DEPRECATED
GtkOrientation gtk_toolbar_get_orientation (GtkToolbar *toolbar);
void gtk_toolbar_set_orientation (GtkToolbar *toolbar,
GtkOrientation orientation);
-#ifndef GTK_DISABLE_DEPRECATED
gboolean gtk_toolbar_get_tooltips (GtkToolbar *toolbar);
void gtk_toolbar_set_tooltips (GtkToolbar *toolbar,
gboolean enable);
#endif /* GTK_DISABLE_DEPRECATED */
+
GtkToolbarStyle gtk_toolbar_get_style (GtkToolbar *toolbar);
void gtk_toolbar_set_style (GtkToolbar *toolbar,
GtkToolbarStyle style);