gtk2/testsuite/a11y/headerbar.ui

24 lines
724 B
Plaintext
Raw Normal View History

2013-07-01 02:30:15 +00:00
<interface>
<object class="GtkWindow" id="window1">
<property name="type">popup</property>
<child>
<object class="GtkHeaderBar" id="headerbar1">
<property name="title">Title</property>
<property name="subtitle">Subtitle</property>
<child type="start">
2013-07-01 02:30:15 +00:00
<object class="GtkButton" id="button1">
<property name="label" translatable="yes">Yes</property>
</object>
<packing/>
2013-07-01 02:30:15 +00:00
</child>
<child type="end">
2013-07-01 02:30:15 +00:00
<object class="GtkButton" id="page2">
<property name="label" translatable="yes">No</property>
</object>
<packing/>
2013-07-01 02:30:15 +00:00
</child>
</object>
</child>
</object>
</interface>