forked from AuroraMiddleware/gtk
14 lines
370 B
XML
14 lines
370 B
XML
<!-- invalid dialog markup attribute -->
|
|
<interface>
|
|
<object class="GtkDialog">
|
|
<child type="action">
|
|
<object class="GtkButton" id="button_ok">
|
|
<property name="can-default">True</property>
|
|
</object>
|
|
</child>
|
|
<action-widgets>
|
|
<action-widget response="warbl">button_ok</action-widget>
|
|
</action-widgets>
|
|
</object>
|
|
</interface>
|