gtk2/testsuite/reftests/messagedialog-secondarytext.ui
Benjamin Otte 980934f82d reftests: Change popup windows to non-decorated windows
This allows getting rid of popup windows.
2020-02-14 17:54:38 +01:00

15 lines
749 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkMessageDialog" id="messagedialog1">
<property name="decorated">0</property>
<property name="type_hint">dialog</property>
<property name="buttons">ok</property>
<property name="text" translatable="yes">Text</property>
<property name="secondary_text" translatable="yes">Secondary text #1</property>
<property name="secondary_text" translatable="yes">Secondary text #2</property>
<property name="secondary_text" translatable="yes">Secondary text #3</property>
<property name="secondary_text" translatable="yes">Secondary text #4</property>
<property name="secondary_text" translatable="yes">Secondary text #5</property>
</object>
</interface>