]> Pileus Git - ~andy/gtk/blob - tests/a11y/text.ui
Prevent local filesystem influence in the a11y tests
[~andy/gtk] / tests / a11y / text.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <!-- interface-requires gtk+ 3.0 -->
4   <object class="GtkTextBuffer" id="buffer1">
5     <property name="text">Twas brillig, and the slithy toves
6 Did gyre and gimple in the wabe</property>
7   </object>
8   <object class="GtkWindow" id="window1">
9     <property name="can_focus">False</property>
10     <property name="type">popup</property>
11     <child>
12       <object class="GtkTextView" id="text1">
13         <property name="visible">True</property>
14         <property name="can_focus">True</property>
15         <property name="buffer">buffer1</property>
16       </object>
17     </child>
18   </object>
19 </interface>