]> Pileus Git - ~andy/gtk/blob - tests/reftests/treeview-fixed-height.ref.ui
tests: Add a test for loading images from file
[~andy/gtk] / tests / reftests / treeview-fixed-height.ref.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <!-- interface-requires gtk+ 3.0 -->
4   <object class="GtkListStore" id="liststore1">
5     <columns>
6       <!-- column-name Cool -->
7       <column type="gboolean"/>
8       <!-- column-name Name -->
9       <column type="gchararray"/>
10       <!-- column-name Nick -->
11       <column type="gchararray"/>
12     </columns>
13     <data>
14       <row>
15         <col id="0">True</col>
16         <col id="1" translatable="yes">Andrea</col>
17         <col id="2" translatable="yes">Cimi</col>
18       </row>
19       <row>
20         <col id="0">False</col>
21         <col id="1" translatable="yes">Otto</col>
22         <col id="2" translatable="yes">chaotic</col>
23       </row>
24     </data>
25   </object>
26   <object class="GtkWindow" id="window">
27     <property name="can_focus">False</property>
28     <property name="type">popup</property>
29     <child>
30       <object class="GtkTreeView" id="treeview1">
31         <property name="visible">True</property>
32         <property name="can_focus">True</property>
33         <property name="model">liststore1</property>
34         <child internal-child="selection">
35           <object class="GtkTreeSelection" id="treeview-selection"/>
36         </child>
37         <child>
38           <object class="GtkTreeViewColumn" id="treeviewcolumn3">
39             <property name="title" translatable="yes">Cool</property>
40             <property name="sizing">fixed</property>
41             <property name="fixed-width">100</property>
42             <child>
43               <object class="GtkCellRendererToggle" id="cellrenderertoggle1"/>
44               <attributes>
45                 <attribute name="active">0</attribute>
46               </attributes>
47             </child>
48           </object>
49         </child>
50         <child>
51           <object class="GtkTreeViewColumn" id="treeviewcolumn1">
52             <property name="title" translatable="yes">Name</property>
53             <property name="sizing">fixed</property>
54             <property name="fixed-width">100</property>
55             <child>
56               <object class="GtkCellRendererText" id="cellrenderertext3"/>
57               <attributes>
58                 <attribute name="text">1</attribute>
59               </attributes>
60             </child>
61           </object>
62         </child>
63         <child>
64           <object class="GtkTreeViewColumn" id="treeviewcolumn2">
65             <property name="title" translatable="yes">Nick</property>
66             <property name="sizing">fixed</property>
67             <property name="fixed-width">100</property>
68             <child>
69               <object class="GtkCellRendererText" id="cellrenderertext4"/>
70               <attributes>
71                 <attribute name="text">2</attribute>
72               </attributes>
73             </child>
74           </object>
75         </child>
76       </object>
77     </child>
78   </object>
79 </interface>