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.
11 lines
412 B
XML
11 lines
412 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 #5</property>
|
|
</object>
|
|
</interface>
|