summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/popover.ui
blob: f6ba75fa153d65c5759db0e17c76f37eebddc246 (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.0 on Wed Nov 13 16:45:55 2013 -->
<interface>
  <!-- interface-requires gtk+ 3.10 -->
  <object class="GtkListStore" id="liststore1">
    <columns>
      <!-- column-name Name -->
      <column type="gchararray"/>
    </columns>
    <data>
      <row>
        <col id="0" translatable="yes">Item 1</col>
      </row>
      <row>
        <col id="0" translatable="yes">Item 2</col>
      </row>
      <row>
        <col id="0" translatable="yes">Item 3</col>
      </row>
      <row>
        <col id="0" translatable="yes">Item 4</col>
      </row>
      <row>
        <col id="0" translatable="yes">Item 5</col>
      </row>
      <row>
        <col id="0" translatable="yes">Item 6</col>
      </row>
      <row>
        <col id="0" translatable="yes">Item 7</col>
      </row>
      <row>
        <col id="0" translatable="yes">Item 8</col>
      </row>
      <row>
        <col id="0" translatable="yes">Item 9</col>
      </row>
      <row>
        <col id="0" translatable="yes">Item 10</col>
      </row>
    </data>
  </object>
  <object class="GtkWindow" id="window">
    <child>
      <object class="GtkBox" id="box">
        <property name="orientation">vertical</property>
        <property name="spacing">6</property>
        <child>
          <object class="GtkEntry" id="entry1">
            <property name="can-focus">1</property>
            <property name="primary-icon-name">edit-find</property>
            <property name="secondary-icon-name">edit-clear</property>
          </object>
        </child>
        <child>
          <object class="GtkScrolledWindow" id="scrolledwindow1">
            <property name="can-focus">1</property>
            <property name="shadow-type">in</property>
            <property name="max-content-height">100</property>
            <child>
              <object class="GtkTreeView" id="treeview1">
                <property name="can-focus">1</property>
                <property name="vexpand">1</property>
                <property name="model">liststore1</property>
                <property name="headers-visible">0</property>
                <property name="enable-search">0</property>
                <property name="search-column">2</property>
                <child internal-child="selection">
                  <object class="GtkTreeSelection" id="treeview-selection1"/>
                </child>
                <child>
                  <object class="GtkTreeViewColumn" id="column1">
                    <child>
                      <object class="GtkCellRendererText" id="cellrenderer1"/>
                      <attributes>
                        <attribute name="text">0</attribute>
                      </attributes>
                    </child>
                  </object>
                </child>
              </object>
            </child>
          </object>
          <packing>
            <property name="position">1</property>
          </packing>
        </child>
      </object>
    </child>
  </object>
</interface>