gtk2/gtk/inspector/tree-data.ui

38 lines
1.3 KiB
Plaintext
Raw Normal View History

<interface domain="gtk40">
<template class="GtkInspectorTreeData" parent="GtkWidget">
2014-05-16 04:27:28 +00:00
<child>
<object class="GtkBox">
<property name="spacing">6</property>
<property name="margin-start">6</property>
<property name="margin-end">6</property>
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
2014-05-16 04:27:28 +00:00
<child>
<object class="GtkToggleButton" id="show_button">
<property name="has-frame">0</property>
2014-05-16 04:27:28 +00:00
<property name="tooltip-text" translatable="yes">Show data</property>
<property name="icon-name">view-refresh-symbolic</property>
2014-05-16 04:27:28 +00:00
<signal name="toggled" handler="toggle_show"/>
</object>
</child>
2017-04-23 07:30:17 +00:00
<child>
<object class="GtkLabel" id="object_title">
2017-04-23 07:30:17 +00:00
<property name="hexpand">1</property>
<property name="halign">center</property>
2014-05-16 04:27:28 +00:00
</object>
</child>
</object>
</child>
<child>
<object class="GtkScrolledWindow">
<property name="hexpand">1</property>
<property name="vexpand">1</property>
<property name="vscrollbar-policy">always</property>
<child>
<object class="GtkTreeView" id="view"/>
</child>
</object>
</child>
</template>
</interface>