diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-09-24 11:10:51 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-09-24 11:10:51 -0400 |
commit | b47b1428b817528b30dc6bb84d96ce85681e8aef (patch) | |
tree | 8813888e1f47e65001013bddda21b23d75ac6cbb /gtk/gtknotebook.h | |
parent | 3557761fb35dcf94825e8a3df92f3c40da1bde90 (diff) | |
download | gtk+-b47b1428b817528b30dc6bb84d96ce85681e8aef.tar.gz |
GtkNotebook: remove gtk_notebook_set_window_creation_hook
http://bugzilla.gnome.org/show_bug.cgi?id=630521
Diffstat (limited to 'gtk/gtknotebook.h')
-rw-r--r-- | gtk/gtknotebook.h | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h index 4240338595..efbb6274db 100644 --- a/gtk/gtknotebook.h +++ b/gtk/gtknotebook.h @@ -100,12 +100,6 @@ struct _GtkNotebookClass void (*_gtk_reserved1) (void); }; -typedef GtkNotebook* (*GtkNotebookWindowCreationFunc) (GtkNotebook *source, - GtkWidget *page, - gint x, - gint y, - gpointer data); - /*********************************************************** * Creation, insertion, deletion * ***********************************************************/ @@ -142,11 +136,8 @@ void gtk_notebook_remove_page (GtkNotebook *notebook, * Tabs drag and drop * ***********************************************************/ -void gtk_notebook_set_window_creation_hook (GtkNotebookWindowCreationFunc func, - gpointer data, - GDestroyNotify destroy); -void gtk_notebook_set_group (GtkNotebook *notebook, - gpointer group); +void gtk_notebook_set_group (GtkNotebook *notebook, + gpointer group); gpointer gtk_notebook_get_group (GtkNotebook *notebook); |