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:
Matthias Clasen
2014-10-10 22:34:32 -04:00
parent a8dc098699
commit dffceb1a17
6 changed files with 261 additions and 224 deletions

View File

@ -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;