Add a directory containing lots of small .ui sample files
[pipeglade.git] / widget-examples / treeviewcolumn.ui
bloba3963c017d4ac794d511699b9663acc3d6d3d927
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.18.3 -->
3 <interface>
4 <requires lib="gtk+" version="3.12"/>
5 <object class="GtkListStore" id="liststore1">
6 <columns>
7 <!-- column-name gboolean1 -->
8 <column type="gboolean"/>
9 <!-- column-name gint1 -->
10 <column type="gint"/>
11 <!-- column-name guint1 -->
12 <column type="guint"/>
13 <!-- column-name glong1 -->
14 <column type="glong"/>
15 <!-- column-name gulong1 -->
16 <column type="glong"/>
17 <!-- column-name gint64-1 -->
18 <column type="glong"/>
19 <!-- column-name guint64-1 -->
20 <column type="gulong"/>
21 <!-- column-name gfloat1 -->
22 <column type="gfloat"/>
23 <!-- column-name gdouble1 -->
24 <column type="gdouble"/>
25 <!-- column-name gchararray1 -->
26 <column type="gchararray"/>
27 <!-- column-name gchararray2 -->
28 <column type="gchararray"/>
29 </columns>
30 <data>
31 <row>
32 <col id="0">False</col>
33 <col id="1">0</col>
34 <col id="2">0</col>
35 <col id="3">0</col>
36 <col id="4">0</col>
37 <col id="5">0</col>
38 <col id="6">0</col>
39 <col id="7">0</col>
40 <col id="8">0</col>
41 <col id="9" translatable="yes">abc</col>
42 <col id="10" translatable="yes">magenta</col>
43 </row>
44 <row>
45 <col id="0">True</col>
46 <col id="1">1</col>
47 <col id="2">0</col>
48 <col id="3">0</col>
49 <col id="4">0</col>
50 <col id="5">0</col>
51 <col id="6">0</col>
52 <col id="7">0</col>
53 <col id="8">0</col>
54 <col id="9" translatable="yes">def
55 </col>
56 <col id="10" translatable="yes">blue</col>
57 </row>
58 <row>
59 <col id="0">False</col>
60 <col id="1">2</col>
61 <col id="2">0</col>
62 <col id="3">0</col>
63 <col id="4">0</col>
64 <col id="5">0</col>
65 <col id="6">0</col>
66 <col id="7">0</col>
67 <col id="8">0</col>
68 <col id="9" translatable="yes">ghi</col>
69 <col id="10" translatable="yes">cyan</col>
70 </row>
71 <row>
72 <col id="0">False</col>
73 <col id="1">3</col>
74 <col id="2">0</col>
75 <col id="3">0</col>
76 <col id="4">0</col>
77 <col id="5">0</col>
78 <col id="6">0</col>
79 <col id="7">0</col>
80 <col id="8">0</col>
81 <col id="9" translatable="yes">jkl</col>
82 <col id="10" translatable="yes">green</col>
83 </row>
84 </data>
85 </object>
86 <object class="GtkWindow" id="main">
87 <property name="can_focus">False</property>
88 <child>
89 <object class="GtkTreeView" id="treeview1">
90 <property name="visible">True</property>
91 <property name="can_focus">True</property>
92 <property name="model">liststore1</property>
93 <property name="search_column">0</property>
94 <child internal-child="selection">
95 <object class="GtkTreeSelection" id="treeview_selection">
96 <property name="mode">multiple</property>
97 </object>
98 </child>
99 <child>
100 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
101 <property name="title" translatable="yes">col1</property>
102 <property name="clickable">True</property>
103 <child>
104 <object class="GtkCellRendererProgress" id="cellrendererprogress1"/>
105 <attributes>
106 <attribute name="value">2</attribute>
107 </attributes>
108 </child>
109 <child>
110 <object class="GtkCellRendererText" id="cellrenderertext2">
111 <property name="editable">True</property>
112 </object>
113 <attributes>
114 <attribute name="text">9</attribute>
115 </attributes>
116 </child>
117 <child>
118 <object class="GtkCellRendererText" id="cellrenderertext28">
119 <property name="editable">True</property>
120 </object>
121 <attributes>
122 <attribute name="foreground">10</attribute>
123 <attribute name="text">10</attribute>
124 </attributes>
125 </child>
126 </object>
127 </child>
128 <child>
129 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
130 <property name="title" translatable="yes">col2</property>
131 <property name="clickable">True</property>
132 <child>
133 <object class="GtkCellRendererText" id="cellrenderertext1">
134 <property name="editable">True</property>
135 </object>
136 <attributes>
137 <attribute name="text">9</attribute>
138 </attributes>
139 </child>
140 </object>
141 </child>
142 <child>
143 <object class="GtkTreeViewColumn" id="treeviewcolumn3">
144 <property name="title" translatable="yes">col3</property>
145 <property name="clickable">True</property>
146 <child>
147 <object class="GtkCellRendererToggle" id="cellrenderertoggle1"/>
148 <attributes>
149 <attribute name="active">0</attribute>
150 </attributes>
151 </child>
152 </object>
153 </child>
154 <child>
155 <object class="GtkTreeViewColumn" id="treeviewcolumn4">
156 <property name="title" translatable="yes">col4</property>
157 <property name="clickable">True</property>
158 <child>
159 <object class="GtkCellRendererText" id="cellrenderertext3">
160 <property name="editable">True</property>
161 </object>
162 <attributes>
163 <attribute name="text">1</attribute>
164 </attributes>
165 </child>
166 </object>
167 </child>
168 <child>
169 <object class="GtkTreeViewColumn" id="treeviewcolumn5">
170 <property name="title" translatable="yes">col5</property>
171 <property name="clickable">True</property>
172 <child>
173 <object class="GtkCellRendererText" id="cellrenderertext4">
174 <property name="editable">True</property>
175 </object>
176 <attributes>
177 <attribute name="text">3</attribute>
178 </attributes>
179 </child>
180 </object>
181 </child>
182 <child>
183 <object class="GtkTreeViewColumn" id="treeviewcolumn6">
184 <property name="title" translatable="yes">col6</property>
185 <property name="clickable">True</property>
186 <child>
187 <object class="GtkCellRendererText" id="cellrenderertext5">
188 <property name="editable">True</property>
189 </object>
190 <attributes>
191 <attribute name="text">4</attribute>
192 </attributes>
193 </child>
194 </object>
195 </child>
196 <child>
197 <object class="GtkTreeViewColumn" id="treeviewcolumn7">
198 <property name="title" translatable="yes">col7</property>
199 <property name="clickable">True</property>
200 <child>
201 <object class="GtkCellRendererText" id="cellrenderertext6">
202 <property name="editable">True</property>
203 </object>
204 <attributes>
205 <attribute name="text">5</attribute>
206 </attributes>
207 </child>
208 </object>
209 </child>
210 <child>
211 <object class="GtkTreeViewColumn" id="treeviewcolumn8">
212 <property name="title" translatable="yes">col8</property>
213 <property name="clickable">True</property>
214 <child>
215 <object class="GtkCellRendererText" id="cellrenderertext9">
216 <property name="editable">True</property>
217 </object>
218 <attributes>
219 <attribute name="text">6</attribute>
220 </attributes>
221 </child>
222 </object>
223 </child>
224 <child>
225 <object class="GtkTreeViewColumn" id="treeviewcolumn9">
226 <property name="title" translatable="yes">col9</property>
227 <property name="clickable">True</property>
228 <child>
229 <object class="GtkCellRendererText" id="cellrenderertext8">
230 <property name="editable">True</property>
231 </object>
232 <attributes>
233 <attribute name="text">7</attribute>
234 </attributes>
235 </child>
236 </object>
237 </child>
238 <child>
239 <object class="GtkTreeViewColumn" id="treeviewcolumn10">
240 <property name="title" translatable="yes">col10</property>
241 <property name="clickable">True</property>
242 <child>
243 <object class="GtkCellRendererText" id="cellrenderertext7">
244 <property name="editable">True</property>
245 </object>
246 <attributes>
247 <attribute name="text">8</attribute>
248 </attributes>
249 </child>
250 </object>
251 </child>
252 </object>
253 </child>
254 </object>
255 </interface>