Deprecated GtkNotebook tab packing

https://bugzilla.gnome.org/show_bug.cgi?id=596083
This commit is contained in:
Christian Dywan
2009-10-21 18:25:02 +02:00
parent 7c6823373a
commit 272e0b5b76
4 changed files with 12 additions and 1 deletions

View File

@ -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);