GUI: Dead kittens.
[gnumeric.git] / src / dialogs / so-button.ui
blobcbe3711327203e6c5f470e754784b366fe1c1273
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkDialog" id="SO-Button">
5 <property name="can_focus">False</property>
6 <property name="border_width">6</property>
7 <property name="title" translatable="yes">Button 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="hexpand">True</property>
127 <property name="invisible_char"></property>
128 <property name="invisible_char_set">True</property>
129 <accessibility>
130 <relation type="labelled-by" target="label2"/>
131 </accessibility>
132 </object>
133 <packing>
134 <property name="left_attach">1</property>
135 <property name="top_attach">1</property>
136 <property name="width">1</property>
137 <property name="height">1</property>
138 </packing>
139 </child>
140 <child>
141 <placeholder/>
142 </child>
143 <child>
144 <placeholder/>
145 </child>
146 <child>
147 <placeholder/>
148 </child>
149 <child>
150 <placeholder/>
151 </child>
152 <child>
153 <placeholder/>
154 </child>
155 <child>
156 <placeholder/>
157 </child>
158 </object>
159 <packing>
160 <property name="expand">False</property>
161 <property name="fill">True</property>
162 <property name="position">1</property>
163 </packing>
164 </child>
165 </object>
166 </child>
167 <action-widgets>
168 <action-widget response="0">help_button</action-widget>
169 <action-widget response="0">cancel_button</action-widget>
170 <action-widget response="0">ok_button</action-widget>
171 </action-widgets>
172 </object>
173 </interface>