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