forked from AuroraMiddleware/gtk
14 lines
356 B
XML
14 lines
356 B
XML
<!-- missing attribute in dialog markup -->
|
|
<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>button_ok</action-widget>
|
|
</action-widgets>
|
|
</object>
|
|
</interface>
|