mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
notebook: port to GTK 4
This commit is contained in:
@ -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];
|
||||
|
||||
Reference in New Issue
Block a user