GUI: Move .ui files from goffice resources to glib resources
[gnumeric.git] / src / dialogs / so-frame.ui
blob8536fc1913e258ed06ad0badf0e077f16b356af8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkDialog" id="so_frame">
5 <property name="can_focus">False</property>
6 <property name="border_width">6</property>
7 <property name="title" translatable="yes">Frame Properties</property>
8 <property name="resizable">False</property>
9 <property name="type_hint">dialog</property>
10 <child internal-child="vbox">
11 <object class="GtkBox" id="dialog-vbox1">
12 <property name="visible">True</property>
13 <property name="can_focus">False</property>
14 <property name="orientation">vertical</property>
15 <property name="spacing">6</property>
16 <child internal-child="action_area">
17 <object class="GtkButtonBox" id="dialog-action_area1">
18 <property name="visible">True</property>
19 <property name="can_focus">False</property>
20 <property name="layout_style">end</property>
21 <child>
22 <object class="GtkButton" id="help_button">
23 <property name="label">gtk-help</property>
24 <property name="visible">True</property>
25 <property name="can_focus">True</property>
26 <property name="can_default">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="can_default">True</property>
43 <property name="receives_default">False</property>
44 <property name="use_action_appearance">False</property>
45 <property name="use_stock">True</property>
46 </object>
47 <packing>
48 <property name="expand">False</property>
49 <property name="fill">False</property>
50 <property name="position">1</property>
51 </packing>
52 </child>
53 <child>
54 <object class="GtkButton" id="ok_button">
55 <property name="label">gtk-ok</property>
56 <property name="visible">True</property>
57 <property name="can_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="hbox1">
80 <property name="visible">True</property>
81 <property name="can_focus">False</property>
82 <property name="border_width">5</property>
83 <property name="spacing">12</property>
84 <child>
85 <object class="GtkLabel" id="label">
86 <property name="visible">True</property>
87 <property name="can_focus">False</property>
88 <property name="label" translatable="yes">Label:</property>
89 <accessibility>
90 <relation type="label-for" target="entry"/>
91 </accessibility>
92 </object>
93 <packing>
94 <property name="expand">False</property>
95 <property name="fill">False</property>
96 <property name="position">0</property>
97 </packing>
98 </child>
99 <child>
100 <object class="GtkEntry" id="entry">
101 <property name="visible">True</property>
102 <property name="can_focus">True</property>
103 <accessibility>
104 <relation type="labelled-by" target="label"/>
105 </accessibility>
106 </object>
107 <packing>
108 <property name="expand">True</property>
109 <property name="fill">True</property>
110 <property name="position">1</property>
111 </packing>
112 </child>
113 </object>
114 <packing>
115 <property name="expand">False</property>
116 <property name="fill">False</property>
117 <property name="position">1</property>
118 </packing>
119 </child>
120 </object>
121 </child>
122 <action-widgets>
123 <action-widget response="-11">help_button</action-widget>
124 <action-widget response="-6">cancel_button</action-widget>
125 <action-widget response="-5">ok_button</action-widget>
126 </action-widgets>
127 </object>
128 </interface>