17 lines
483 B
Plaintext
17 lines
483 B
Plaintext
|
<!-- test all valid dialog markup -->
|
||
|
<interface>
|
||
|
<object class="GtkDialog">
|
||
|
<child type="action">
|
||
|
<object class="GtkButton" id="button_cancel"/>
|
||
|
</child>
|
||
|
<child type="action">
|
||
|
<object class="GtkButton" id="button_ok">
|
||
|
</object>
|
||
|
</child>
|
||
|
<action-widgets>
|
||
|
<action-widget response="-3">button_cancel</action-widget>
|
||
|
<action-widget response="ok" default="true">button_ok</action-widget>
|
||
|
</action-widgets>
|
||
|
</object>
|
||
|
</interface>
|