]> Pileus Git - ~andy/gtk/blob - tests/a11y/tree.ui
ea7f65b06f2daf7c047c8150ce482b28a9f05187
[~andy/gtk] / tests / a11y / tree.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 type="gchararray"/>
7       <column type="gchararray"/>
8     </columns>
9     <data>
10       <row><col id="0">One</col><col id="1">Two</col></row>
11       <row><col id="0">Three</col><col id="1">Four</col></row>
12       <row><col id="0">Five</col><col id="1">Six</col></row>
13       <row><col id="0">Seven</col><col id="1">Eight</col></row>
14     </data>
15   </object>
16   <object class="GtkWindow" id="window1">
17     <property name="can_focus">False</property>
18     <property name="type">popup</property>
19     <child>
20       <object class="GtkTreeView" id="tree1">
21         <property name="visible">True</property>
22         <property name="model">liststore1</property>
23         <child>
24           <object class="GtkTreeViewColumn" id="column1">
25             <property name="title" translatable="yes">Column 1</property>
26             <child>
27               <object class="GtkCellRendererText" id="renderer1">
28               </object>
29               <attributes>
30                 <attribute name="text">0</attribute>
31               </attributes>
32             </child>
33           </object>
34         </child>
35         <child>
36           <object class="GtkTreeViewColumn" id="column2">
37             <property name="title" translatable="yes">Column 2</property>
38             <child>
39               <object class="GtkCellRendererText" id="renderer2">
40               </object>
41               <attributes>
42                 <attribute name="text">1</attribute>
43               </attributes>
44             </child>
45           </object>
46         </child>
47       </object>
48     </child>
49   </object>
50 </interface>