notebook: port to GTK 4

This commit is contained in:
Christian Hergert
2021-09-30 19:09:43 -07:00
parent 35d401417b
commit c7fc10b954
2 changed files with 94 additions and 48 deletions

View File

@ -35,11 +35,11 @@ G_BEGIN_DECLS
#define SYSPROF_TYPE_NOTEBOOK (sysprof_notebook_get_type())
SYSPROF_AVAILABLE_IN_ALL
G_DECLARE_DERIVABLE_TYPE (SysprofNotebook, sysprof_notebook, SYSPROF, NOTEBOOK, GtkNotebook)
G_DECLARE_DERIVABLE_TYPE (SysprofNotebook, sysprof_notebook, SYSPROF, NOTEBOOK, GtkWidget)
struct _SysprofNotebookClass
{
GtkNotebookClass parent_class;
GtkWidgetClass parent_class;
/*< private >*/
gpointer _reserved[16];