19 lines
670 B
XML
19 lines
670 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkDialog" id="add_number_dialog">
|
|
<child type="action">
|
|
<object class="GtkButton" id="button_cancel"/>
|
|
</child>
|
|
<child type="action">
|
|
<object class="GtkButton" id="button_ok">
|
|
<!--
|
|
<property name="can-default">True</property>
|
|
-->
|
|
</object>
|
|
</child>
|
|
<action-widgets>
|
|
<action-widget response="cancel">button_cancel</action-widget>
|
|
<action-widget response="ok" default="true">button_ok</action-widget>
|
|
</action-widgets>
|
|
</object>
|
|
</interface> |