summaryrefslogtreecommitdiff
path: root/gtk/inspector/window.ui
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-07-06 12:18:09 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-07-06 22:37:57 -0400
commit2a053cc6c3152b7845b54947d7a5853eef08c9f5 (patch)
tree7139db340df7411733a2a58e1cad8510071f36cb /gtk/inspector/window.ui
parent295273959359245063c8bb2476da2ed87540b832 (diff)
downloadgtk+-2a053cc6c3152b7845b54947d7a5853eef08c9f5.tar.gz
GtkInspector: Add a style tab
This tab shows css properties of a widget, and their origin.
Diffstat (limited to 'gtk/inspector/window.ui')
-rw-r--r--gtk/inspector/window.ui14
1 files changed, 14 insertions, 0 deletions
diff --git a/gtk/inspector/window.ui b/gtk/inspector/window.ui
index 85d96528e1..6b37d2d0f1 100644
--- a/gtk/inspector/window.ui
+++ b/gtk/inspector/window.ui
@@ -183,6 +183,20 @@
</object>
</child>
<child>
+ <object class="GtkInspectorStylePropList" id="style_prop_list">
+ </object>
+ <packing>
+ <property name="tab_expand">True</property>
+ <property name="tab_fill">True</property>
+ </packing>
+ </child>
+ <child type="tab">
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Style Properties</property>
+ </object>
+ </child>
+ <child>
<object class="GtkInspectorCssEditor" id="widget_css_editor">
<property name="global">False</property>
</object>