summaryrefslogtreecommitdiff
path: root/gtk/inspector/object-tree.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-10-24 21:14:16 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-10-24 21:14:16 -0400
commit70c3241bd3a4fe15c7cf9bd86a21d753f4ef1b35 (patch)
tree6863f4e333176fb936ed979adbbc4b79e681e7d9 /gtk/inspector/object-tree.h
parent32326f826ffacd525d62a8a11d66f017a7d8ebe2 (diff)
downloadgtk+-70c3241bd3a4fe15c7cf9bd86a21d753f4ef1b35.tar.gz
inspector: Improve tab switching
Switch the object and resource trees away from activate-on-single-click and add a 'view details' button.
Diffstat (limited to 'gtk/inspector/object-tree.h')
-rw-r--r--gtk/inspector/object-tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/inspector/object-tree.h b/gtk/inspector/object-tree.h
index 33482305a5..02101375a2 100644
--- a/gtk/inspector/object-tree.h
+++ b/gtk/inspector/object-tree.h
@@ -70,6 +70,8 @@ gboolean gtk_inspector_object_tree_find_object (GtkInspectorObjectTree
GObject *object,
GtkTreeIter *iter);
+GObject *gtk_inspector_object_tree_get_selected (GtkInspectorObjectTree *wt);
+
G_END_DECLS