gtk2/testsuite/reftests/messagedialog-secondarytext.ui
Matthias Clasen 51b2759eb1 surface: Drop group api
This was only ever implemented on X11, and
GTK is not using it at all. Relegate it to
x11-specific api.
2019-04-20 02:28:46 +00:00

15 lines
748 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkMessageDialog" id="messagedialog1">
<property name="type">popup</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>