main part for GtkArgSetFunc/GtkArgGetFunc implementation.
-timj
This commit is contained in:
@ -95,7 +95,8 @@ gtk_notebook_get_type ()
|
||||
sizeof (GtkNotebookClass),
|
||||
(GtkClassInitFunc) gtk_notebook_class_init,
|
||||
(GtkObjectInitFunc) gtk_notebook_init,
|
||||
(GtkArgFunc) NULL,
|
||||
(GtkArgSetFunc) NULL,
|
||||
(GtkArgGetFunc) NULL,
|
||||
};
|
||||
|
||||
notebook_type = gtk_type_unique (gtk_container_get_type (), ¬ebook_info);
|
||||
|
||||
Reference in New Issue
Block a user