]> Pileus Git - ~andy/gtk/blob - tests/a11y/paned.ui
Convert GailImage to GtkImageAccessible
[~andy/gtk] / tests / a11y / paned.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <!-- interface-requires gtk+ 3.0 -->
4   <object class="GtkWindow" id="window1">
5     <property name="can_focus">False</property>
6     <property name="type">popup</property>
7     <child>
8       <object class="GtkPaned" id="paned1">
9         <child>
10           <object class="GtkLabel" id="label1">
11             <property name="label" translatable="yes">Left</property>
12             <property name="visible">True</property>
13           </object>
14         </child>
15         <child>
16           <object class="GtkLabel" id="label2">
17             <property name="label" translatable="yes">Right</property>
18             <property name="visible">True</property>
19           </object>
20         </child>
21       </object>
22     </child>
23   </object>
24 </interface>