1.12.42
[gnumeric.git] / src / dialogs / so-checkbox.ui
blob1c93369b9f06695f42588f2c36ddefa0c40d1679
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkDialog" id="SO-Checkbox">
5 <property name="can_focus">False</property>
6 <property name="border_width">6</property>
7 <property name="title" translatable="yes">Checkbox Properties</property>
8 <property name="resizable">False</property>
9 <property name="window_position">mouse</property>
10 <property name="type_hint">dialog</property>
11 <child internal-child="vbox">
12 <object class="GtkBox" id="dialog-vbox1">
13 <property name="visible">True</property>
14 <property name="can_focus">False</property>
15 <property name="orientation">vertical</property>
16 <property name="spacing">6</property>
17 <child internal-child="action_area">
18 <object class="GtkButtonBox" id="dialog-action_area1">
19 <property name="visible">True</property>
20 <property name="can_focus">False</property>
21 <property name="layout_style">end</property>
22 <child>
23 <object class="GtkButton" id="help_button">
24 <property name="label">gtk-help</property>
25 <property name="use_action_appearance">False</property>
26 <property name="visible">True</property>
27 <property name="can_focus">True</property>
28 <property name="can_default">True</property>
29 <property name="receives_default">False</property>
30 <property name="use_action_appearance">False</property>
31 <property name="use_stock">True</property>
32 </object>
33 <packing>
34 <property name="expand">False</property>
35 <property name="fill">False</property>
36 <property name="position">0</property>
37 </packing>
38 </child>
39 <child>
40 <object class="GtkButton" id="cancel_button">
41 <property name="label">gtk-cancel</property>
42 <property name="use_action_appearance">False</property>
43 <property name="visible">True</property>
44 <property name="can_focus">True</property>
45 <property name="can_default">True</property>
46 <property name="receives_default">False</property>
47 <property name="use_action_appearance">False</property>
48 <property name="use_stock">True</property>
49 </object>
50 <packing>
51 <property name="expand">False</property>
52 <property name="fill">False</property>
53 <property name="position">1</property>
54 </packing>
55 </child>
56 <child>
57 <object class="GtkButton" id="ok_button">
58 <property name="label">gtk-ok</property>
59 <property name="use_action_appearance">False</property>
60 <property name="visible">True</property>
61 <property name="can_focus">True</property>
62 <property name="can_default">True</property>
63 <property name="has_default">True</property>
64 <property name="receives_default">False</property>
65 <property name="use_action_appearance">False</property>
66 <property name="use_stock">True</property>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">False</property>
71 <property name="position">2</property>
72 </packing>
73 </child>
74 </object>
75 <packing>
76 <property name="expand">False</property>
77 <property name="fill">True</property>
78 <property name="pack_type">end</property>
79 <property name="position">0</property>
80 </packing>
81 </child>
82 <child>
83 <object class="GtkGrid" id="main-grid">
84 <property name="visible">True</property>
85 <property name="can_focus">False</property>
86 <property name="border_width">6</property>
87 <property name="row_spacing">6</property>
88 <property name="column_spacing">12</property>
89 <child>
90 <object class="GtkLabel" id="label_linkto">
91 <property name="visible">True</property>
92 <property name="can_focus">False</property>
93 <property name="xalign">0</property>
94 <property name="label" translatable="yes">Link to:</property>
95 <property name="wrap">True</property>
96 </object>
97 <packing>
98 <property name="left_attach">0</property>
99 <property name="top_attach">0</property>
100 <property name="width">1</property>
101 <property name="height">1</property>
102 </packing>
103 </child>
104 <child>
105 <object class="GtkLabel" id="label2">
106 <property name="visible">True</property>
107 <property name="can_focus">False</property>
108 <property name="xalign">0</property>
109 <property name="label" translatable="yes">Label:</property>
110 <property name="wrap">True</property>
111 <accessibility>
112 <relation type="label-for" target="label_entry"/>
113 </accessibility>
114 </object>
115 <packing>
116 <property name="left_attach">0</property>
117 <property name="top_attach">1</property>
118 <property name="width">1</property>
119 <property name="height">1</property>
120 </packing>
121 </child>
122 <child>
123 <object class="GtkEntry" id="label_entry">
124 <property name="visible">True</property>
125 <property name="can_focus">True</property>
126 <property name="invisible_char"></property>
127 <property name="invisible_char_set">True</property>
128 <accessibility>
129 <relation type="labelled-by" target="label2"/>
130 </accessibility>
131 </object>
132 <packing>
133 <property name="left_attach">1</property>
134 <property name="top_attach">1</property>
135 <property name="width">1</property>
136 <property name="height">1</property>
137 </packing>
138 </child>
139 <child>
140 <placeholder/>
141 </child>
142 <child>
143 <placeholder/>
144 </child>
145 <child>
146 <placeholder/>
147 </child>
148 <child>
149 <placeholder/>
150 </child>
151 <child>
152 <placeholder/>
153 </child>
154 <child>
155 <placeholder/>
156 </child>
157 </object>
158 <packing>
159 <property name="expand">False</property>
160 <property name="fill">True</property>
161 <property name="position">1</property>
162 </packing>
163 </child>
164 </object>
165 </child>
166 <action-widgets>
167 <action-widget response="0">help_button</action-widget>
168 <action-widget response="0">cancel_button</action-widget>
169 <action-widget response="0">ok_button</action-widget>
170 </action-widgets>
171 </object>
172 </interface>