mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-05 02:11:08 +00:00
35 lines
1.0 KiB
XML
35 lines
1.0 KiB
XML
<interface>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="type">popup</property>
|
|
<child>
|
|
<object class="GtkActionBar" id="actionbar">
|
|
<child type="start">
|
|
<object class="GtkButton" id="button1">
|
|
<property name="label">Start 1</property>
|
|
</object>
|
|
</child>
|
|
<child type="start">
|
|
<object class="GtkButton" id="button2">
|
|
<property name="label">Start 2</property>
|
|
</object>
|
|
</child>
|
|
<child type="end">
|
|
<object class="GtkButton" id="button3">
|
|
<property name="label">End 1</property>
|
|
</object>
|
|
</child>
|
|
<child type="end">
|
|
<object class="GtkButton" id="button4">
|
|
<property name="label">End 2</property>
|
|
</object>
|
|
</child>
|
|
<child type="center">
|
|
<object class="GtkButton" id="button5">
|
|
<property name="label">Center</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|