summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.h
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2009-10-21 18:25:02 +0200
committerChristian Dywan <christian@twotoasts.de>2009-10-21 18:25:02 +0200
commit272e0b5b763a5deefe8138fb053fe72ef1ac0d4c (patch)
tree206d564f86a147b39b43e71cba67333b38f72589 /gtk/gtknotebook.h
parent7c6823373aa82b6b2749c01bfa6fcdedac963412 (diff)
downloadgtk+-272e0b5b763a5deefe8138fb053fe72ef1ac0d4c.tar.gz
Deprecated GtkNotebook tab packing
https://bugzilla.gnome.org/show_bug.cgi?id=596083
Diffstat (limited to 'gtk/gtknotebook.h')
-rw-r--r--gtk/gtknotebook.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h
index 0659cc92d2..41bbe66979 100644
--- a/gtk/gtknotebook.h
+++ b/gtk/gtknotebook.h
@@ -261,6 +261,7 @@ void gtk_notebook_set_menu_label_text (GtkNotebook *notebook,
const gchar *menu_text);
G_CONST_RETURN gchar *gtk_notebook_get_menu_label_text (GtkNotebook *notebook,
GtkWidget *child);
+#ifndef GTK_DISABLE_DEPRECATED
void gtk_notebook_query_tab_label_packing (GtkNotebook *notebook,
GtkWidget *child,
gboolean *expand,
@@ -271,6 +272,7 @@ void gtk_notebook_set_tab_label_packing (GtkNotebook *notebook,
gboolean expand,
gboolean fill,
GtkPackType pack_type);
+#endif
void gtk_notebook_reorder_child (GtkNotebook *notebook,
GtkWidget *child,
gint position);