gtk2/testsuite/a11y/assistant.ui
Matthias Clasen 4dc3595e2c a11y tests: Update assistant ui file
The conversion was done with gtk-builder-tool simplify --3to4.
2019-02-08 09:51:45 -05:00

28 lines
919 B
XML

<interface>
<object class="GtkAssistant" id="window1">
<property name="type">popup</property>
<child>
<object class="GtkAssistantPage">
<property name="title" translatable="yes">Page 1</property>
<property name="child">
<object class="GtkButton" id="button1">
<property name="label" translatable="yes">Button 1</property>
<property name="can_focus">1</property>
</object>
</property>
</object>
</child>
<child>
<object class="GtkAssistantPage">
<property name="title" translatable="yes">Page 2</property>
<property name="child">
<object class="GtkButton" id="button2">
<property name="label" translatable="yes">Button 2</property>
<property name="can_focus">1</property>
</object>
</property>
</object>
</child>
</object>
</interface>