summaryrefslogtreecommitdiff
path: root/gtk/inspector/type-info.ui
blob: 9e62daca0a3fbb79fc992ebbc10627009ddd0bb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk40">
  <template class="GtkInspectorTypePopover" parent="GtkPopover">
    <child>
      <object class="GtkBox">
        <property name="margin-start">6</property>
        <property name="margin-end">6</property>
        <property name="margin-top">6</property>
        <property name="margin-bottom">6</property>
        <property name="orientation">vertical</property>
        <property name="spacing">6</property>
        <child>
          <object class="GtkLabel">
            <property name="label" translatable="yes">Hierarchy</property>
            <property name="xalign">0</property>
          </object>
        </child>
        <child>
          <object class="GtkScrolledWindow">
            <property name="can-focus">1</property>
            <property name="shadow-type">etched-in</property>
            <property name="min-content-width">200</property>
            <property name="max-content-height">200</property>
            <property name="propagate-natural-width">1</property>
            <property name="propagate-natural-height">1</property>
            <child>
              <object class="GtkListBox" id="parents">
                <property name="selection-mode">none</property>
                <property name="activate-on-single-click">0</property>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkLabel">
            <property name="label" translatable="yes">Implements</property>
            <property name="xalign">0</property>
          </object>
        </child>
        <child>
          <object class="GtkScrolledWindow">
            <property name="can-focus">1</property>
            <property name="shadow-type">etched-in</property>
            <property name="min-content-width">200</property>
            <property name="max-content-height">150</property>
            <property name="propagate-natural-width">1</property>
            <property name="propagate-natural-height">1</property>
            <child>
              <object class="GtkListBox" id="interfaces">
                <property name="selection-mode">none</property>
                <property name="activate-on-single-click">0</property>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>