3
<requires lib="gtk+" version="2.16"/>
4
<!-- interface-requires preferences_magicicada_dialog 1.0 -->
5
<!-- interface-naming-policy project-wide -->
6
<object class="PreferencesMagicicadaDialog" id="preferences_magicicada_dialog">
7
<property name="border_width">5</property>
8
<property name="icon">../media/icon.png</property>
9
<property name="type_hint">normal</property>
10
<property name="has_separator">False</property>
11
<child internal-child="vbox">
12
<object class="GtkVBox" id="dialog-vbox1">
13
<property name="visible">True</property>
14
<property name="orientation">vertical</property>
15
<property name="spacing">2</property>
19
<child internal-child="action_area">
20
<object class="GtkHButtonBox" id="dialog-action_area1">
21
<property name="visible">True</property>
22
<property name="layout_style">end</property>
24
<object class="GtkButton" id="button2">
25
<property name="label">gtk-cancel</property>
26
<property name="visible">True</property>
27
<property name="can_focus">True</property>
28
<property name="receives_default">True</property>
29
<property name="use_stock">True</property>
30
<signal name="clicked" handler="cancel"/>
33
<property name="expand">False</property>
34
<property name="fill">False</property>
35
<property name="position">0</property>
39
<object class="GtkButton" id="button1">
40
<property name="label">gtk-ok</property>
41
<property name="visible">True</property>
42
<property name="can_focus">True</property>
43
<property name="receives_default">True</property>
44
<property name="use_stock">True</property>
45
<signal name="clicked" handler="ok"/>
48
<property name="expand">False</property>
49
<property name="fill">False</property>
50
<property name="position">1</property>
55
<property name="expand">False</property>
56
<property name="pack_type">end</property>
57
<property name="position">0</property>
63
<action-widget response="-6">button2</action-widget>
64
<action-widget response="-5">button1</action-widget>