Learning_GTK4_tree/testsuite/tools/simplify-data-3to4/assistant.ui

24 lines
735 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkAssistant" id="window1">
<child>
<object class="GtkButton" id="button1">
<property name="label" translatable="yes">Button 1</property>
<property name="visible">True</property>
</object>
<packing>
<property name="title" translatable="yes">Page 1</property>
</packing>
</child>
<child>
<object class="GtkButton" id="button2">
<property name="label" translatable="yes">Button 2</property>
<property name="visible">True</property>
</object>
<packing>
<property name="title" translatable="yes">Page 2</property>
</packing>
</child>
</object>
</interface>