summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-06-26 16:29:43 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-06-26 16:29:43 -0400
commit67cd9292675bc844bee0355a3c11b0c88da9c8e5 (patch)
tree721de0f6d1638029d90636f53ab7b42b677bfea1 /gtk/gtknotebook.h
parent4601ad2352a40f568c62b2e7860e6d6c68e590e6 (diff)
downloadgtk+-67cd9292675bc844bee0355a3c11b0c88da9c8e5.tar.gz
Remove deprecated notebook api
Diffstat (limited to 'gtk/gtknotebook.h')
-rw-r--r--gtk/gtknotebook.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h
index e58bc5d2d2..97128b8467 100644
--- a/gtk/gtknotebook.h
+++ b/gtk/gtknotebook.h
@@ -242,18 +242,6 @@ 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,
- gboolean *fill,
- GtkPackType *pack_type);
-void gtk_notebook_set_tab_label_packing (GtkNotebook *notebook,
- GtkWidget *child,
- gboolean expand,
- gboolean fill,
- GtkPackType pack_type);
-#endif
void gtk_notebook_reorder_child (GtkNotebook *notebook,
GtkWidget *child,
gint position);