mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
tab: don't inherit from GtkBox
We need center box anyway, which does not expose the class.
This commit is contained in:
@ -28,7 +28,7 @@ G_BEGIN_DECLS
|
||||
|
||||
#define SYSPROF_TYPE_TAB (sysprof_tab_get_type())
|
||||
|
||||
G_DECLARE_FINAL_TYPE (SysprofTab, sysprof_tab, SYSPROF, TAB, GtkBox)
|
||||
G_DECLARE_FINAL_TYPE (SysprofTab, sysprof_tab, SYSPROF, TAB, GtkWidget)
|
||||
|
||||
GtkWidget *sysprof_tab_new (SysprofDisplay *display);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user