inspector: Avoid a split pane for objects
Like for the resources page, use a separate page for details to gain more room for both the tree and the details.
This commit is contained in:
@ -46,8 +46,10 @@ typedef struct _GtkInspectorObjectTreeClass
|
||||
{
|
||||
GtkBoxClass parent;
|
||||
|
||||
void (*object_changed) (GtkInspectorObjectTree *wt,
|
||||
GObject *object);
|
||||
void (*object_selected) (GtkInspectorObjectTree *wt,
|
||||
GObject *object);
|
||||
void (*object_activated) (GtkInspectorObjectTree *wt,
|
||||
GObject *object);
|
||||
} GtkInspectorObjectTreeClass;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user