forked from AuroraMiddleware/gtk
51b2759eb1
This was only ever implemented on X11, and GTK is not using it at all. Relegate it to x11-specific api.
15 lines
748 B
XML
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>
|