1.12.42
[gnumeric.git] / src / dialogs / view.ui
blob677ea50e54aeb1cd85525cc255c9a5848be5e926
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkDialog" id="View">
5 <property name="can_focus">False</property>
6 <property name="border_width">5</property>
7 <property name="title" translatable="yes">Create New View</property>
8 <property name="resizable">False</property>
9 <property name="modal">True</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">2</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="visible">True</property>
26 <property name="can_focus">True</property>
27 <property name="receives_default">False</property>
28 <property name="use_action_appearance">False</property>
29 <property name="use_stock">True</property>
30 </object>
31 <packing>
32 <property name="expand">False</property>
33 <property name="fill">False</property>
34 <property name="position">0</property>
35 </packing>
36 </child>
37 <child>
38 <object class="GtkButton" id="cancel_button">
39 <property name="label">gtk-cancel</property>
40 <property name="visible">True</property>
41 <property name="can_focus">True</property>
42 <property name="receives_default">False</property>
43 <property name="use_action_appearance">False</property>
44 <property name="use_stock">True</property>
45 </object>
46 <packing>
47 <property name="expand">False</property>
48 <property name="fill">False</property>
49 <property name="position">1</property>
50 </packing>
51 </child>
52 <child>
53 <object class="GtkButton" id="ok_button">
54 <property name="label">gtk-ok</property>
55 <property name="visible">True</property>
56 <property name="can_focus">True</property>
57 <property name="has_focus">True</property>
58 <property name="can_default">True</property>
59 <property name="has_default">True</property>
60 <property name="receives_default">False</property>
61 <property name="use_action_appearance">False</property>
62 <property name="use_stock">True</property>
63 </object>
64 <packing>
65 <property name="expand">False</property>
66 <property name="fill">False</property>
67 <property name="position">2</property>
68 </packing>
69 </child>
70 </object>
71 <packing>
72 <property name="expand">False</property>
73 <property name="fill">True</property>
74 <property name="pack_type">end</property>
75 <property name="position">0</property>
76 </packing>
77 </child>
78 <child>
79 <object class="GtkBox" id="vbox2">
80 <property name="visible">True</property>
81 <property name="orientation">vertical</property>
82 <property name="can_focus">False</property>
83 <property name="border_width">5</property>
84 <property name="spacing">6</property>
85 <child>
86 <object class="GtkLabel" id="label3">
87 <property name="visible">True</property>
88 <property name="can_focus">False</property>
89 <property name="xalign">0</property>
90 <property name="label" translatable="yes">&lt;b&gt;Location&lt;/b&gt;</property>
91 <property name="use_markup">True</property>
92 <accessibility>
93 <relation type="label-for" target="location_screens_vbox"/>
94 </accessibility>
95 </object>
96 <packing>
97 <property name="expand">False</property>
98 <property name="fill">False</property>
99 <property name="position">0</property>
100 </packing>
101 </child>
102 <child>
103 <object class="GtkBox" id="hbox1">
104 <property name="visible">True</property>
105 <property name="can_focus">False</property>
106 <child>
107 <object class="GtkLabel" id="label4">
108 <property name="visible">True</property>
109 <property name="can_focus">False</property>
110 <property name="label" translatable="yes"> </property>
111 </object>
112 <packing>
113 <property name="expand">False</property>
114 <property name="fill">False</property>
115 <property name="position">0</property>
116 </packing>
117 </child>
118 <child>
119 <object class="GtkBox" id="location_screens_vbox">
120 <property name="visible">True</property>
121 <property name="can_focus">False</property>
122 <property name="spacing">6</property>
123 <child>
124 <placeholder/>
125 </child>
126 <child>
127 <object class="GtkBox" id="hbox2">
128 <property name="visible">True</property>
129 <property name="can_focus">False</property>
130 <property name="spacing">12</property>
131 <child>
132 <object class="GtkRadioButton" id="location_elsewhere">
133 <property name="label" translatable="yes">Specified screen:</property>
134 <property name="visible">True</property>
135 <property name="can_focus">True</property>
136 <property name="receives_default">False</property>
137 <property name="tooltip_text" translatable="yes">New view will be opened on specified screen</property>
138 <property name="use_action_appearance">False</property>
139 <property name="use_underline">True</property>
140 <property name="draw_indicator">True</property>
141 <accessibility>
142 <relation type="label-for" target="location_display_name"/>
143 </accessibility>
144 </object>
145 <packing>
146 <property name="expand">False</property>
147 <property name="fill">False</property>
148 <property name="position">0</property>
149 </packing>
150 </child>
151 <child>
152 <object class="GtkEntry" id="location_display_name">
153 <property name="visible">True</property>
154 <property name="can_focus">True</property>
155 <accessibility>
156 <relation type="labelled-by" target="location_elsewhere"/>
157 </accessibility>
158 </object>
159 <packing>
160 <property name="expand">True</property>
161 <property name="fill">True</property>
162 <property name="position">1</property>
163 </packing>
164 </child>
165 </object>
166 <packing>
167 <property name="expand">False</property>
168 <property name="fill">True</property>
169 <property name="pack_type">end</property>
170 <property name="position">1</property>
171 </packing>
172 </child>
173 </object>
174 <packing>
175 <property name="expand">True</property>
176 <property name="fill">True</property>
177 <property name="position">1</property>
178 </packing>
179 </child>
180 </object>
181 <packing>
182 <property name="expand">False</property>
183 <property name="fill">True</property>
184 <property name="position">1</property>
185 </packing>
186 </child>
187 <child>
188 <object class="GtkCheckButton" id="view_shared">
189 <property name="label" translatable="yes">_Share cursor position</property>
190 <property name="visible">True</property>
191 <property name="can_focus">True</property>
192 <property name="receives_default">False</property>
193 <property name="use_action_appearance">False</property>
194 <property name="use_underline">True</property>
195 <property name="draw_indicator">True</property>
196 </object>
197 <packing>
198 <property name="expand">False</property>
199 <property name="fill">False</property>
200 <property name="position">2</property>
201 </packing>
202 </child>
203 </object>
204 <packing>
205 <property name="expand">False</property>
206 <property name="fill">True</property>
207 <property name="position">1</property>
208 </packing>
209 </child>
210 </object>
211 </child>
212 <action-widgets>
213 <action-widget response="0">help_button</action-widget>
214 <action-widget response="0">cancel_button</action-widget>
215 <action-widget response="0">ok_button</action-widget>
216 </action-widgets>
217 </object>
218 </interface>