Update callers
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2006-06-07 Matthias Clasen <mclasen@redhat.com>
|
2006-06-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* tests/testnotebookdnd.c: Update callers.
|
||||||
|
|
||||||
* gtk/gtknotebook.h:
|
* gtk/gtknotebook.h:
|
||||||
* gtk/gtknotebook.c (gtk_notebook_set_window_creation_hook):
|
* gtk/gtknotebook.c (gtk_notebook_set_window_creation_hook):
|
||||||
Add a destroy notify for the callback data. (#344209,
|
Add a destroy notify for the callback data. (#344209,
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
2006-06-07 Matthias Clasen <mclasen@redhat.com>
|
2006-06-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* tests/testnotebookdnd.c: Update callers.
|
||||||
|
|
||||||
* gtk/gtknotebook.h:
|
* gtk/gtknotebook.h:
|
||||||
* gtk/gtknotebook.c (gtk_notebook_set_window_creation_hook):
|
* gtk/gtknotebook.c (gtk_notebook_set_window_creation_hook):
|
||||||
Add a destroy notify for the callback data. (#344209,
|
Add a destroy notify for the callback data. (#344209,
|
||||||
|
|||||||
@ -212,7 +212,7 @@ main (gint argc, gchar *argv[])
|
|||||||
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
|
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
|
||||||
table = gtk_table_new (3, 2, FALSE);
|
table = gtk_table_new (3, 2, FALSE);
|
||||||
|
|
||||||
gtk_notebook_set_window_creation_hook (window_creation_function, NULL);
|
gtk_notebook_set_window_creation_hook (window_creation_function, NULL, NULL);
|
||||||
|
|
||||||
gtk_table_attach_defaults (GTK_TABLE (table),
|
gtk_table_attach_defaults (GTK_TABLE (table),
|
||||||
create_notebook (tabs1, GROUP_A, PACK_START, GTK_POS_TOP),
|
create_notebook (tabs1, GROUP_A, PACK_START, GTK_POS_TOP),
|
||||||
|
|||||||
Reference in New Issue
Block a user