Learning_GTK4_tree/testsuite/reftests/messagedialog-secondarytext.ui

14 lines
700 B
Plaintext
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkMessageDialog" id="messagedialog1">
<property name="decorated">0</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>