1.12.42
[gnumeric.git] / src / dialogs / colrow.ui
blob7d52653644c3e9eb13b4eeb38911cb246657554b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkDialog" id="dialog">
5 <property name="can_focus">False</property>
6 <property name="title" translatable="yes">Group/Ungroup</property>
7 <property name="type_hint">dialog</property>
8 <child internal-child="vbox">
9 <object class="GtkBox" id="dialog-vbox1">
10 <property name="visible">True</property>
11 <property name="can_focus">False</property>
12 <property name="orientation">vertical</property>
13 <property name="spacing">8</property>
14 <child internal-child="action_area">
15 <object class="GtkButtonBox" id="dialog-action_area1">
16 <property name="visible">True</property>
17 <property name="can_focus">False</property>
18 <property name="layout_style">end</property>
19 <child>
20 <object class="GtkButton" id="help_button">
21 <property name="label">gtk-help</property>
22 <property name="visible">True</property>
23 <property name="can_focus">True</property>
24 <property name="receives_default">False</property>
25 <property name="use_action_appearance">False</property>
26 <property name="use_stock">True</property>
27 </object>
28 <packing>
29 <property name="expand">False</property>
30 <property name="fill">False</property>
31 <property name="position">0</property>
32 </packing>
33 </child>
34 <child>
35 <object class="GtkButton" id="cancel_button">
36 <property name="label">gtk-cancel</property>
37 <property name="visible">True</property>
38 <property name="can_focus">True</property>
39 <property name="can_default">True</property>
40 <property name="receives_default">False</property>
41 <property name="use_action_appearance">False</property>
42 <property name="use_stock">True</property>
43 </object>
44 <packing>
45 <property name="expand">False</property>
46 <property name="fill">False</property>
47 <property name="position">1</property>
48 </packing>
49 </child>
50 <child>
51 <object class="GtkButton" id="ok_button">
52 <property name="label">gtk-ok</property>
53 <property name="visible">True</property>
54 <property name="can_focus">True</property>
55 <property name="can_default">True</property>
56 <property name="has_default">True</property>
57 <property name="receives_default">False</property>
58 <property name="use_action_appearance">False</property>
59 <property name="use_stock">True</property>
60 </object>
61 <packing>
62 <property name="expand">False</property>
63 <property name="fill">False</property>
64 <property name="position">2</property>
65 </packing>
66 </child>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">True</property>
71 <property name="pack_type">end</property>
72 <property name="position">0</property>
73 </packing>
74 </child>
75 <child>
76 <object class="GtkBox" id="vbox1">
77 <property name="visible">True</property>
78 <property name="orientation">vertical</property>
79 <property name="can_focus">False</property>
80 <child>
81 <object class="GtkRadioButton" id="cols">
82 <property name="label" translatable="yes" context="group" comments="Group Columns">_Columns</property>
83 <property name="visible">True</property>
84 <property name="can_focus">True</property>
85 <property name="receives_default">False</property>
86 <property name="use_action_appearance">False</property>
87 <property name="use_underline">True</property>
88 <property name="draw_indicator">True</property>
89 </object>
90 <packing>
91 <property name="expand">False</property>
92 <property name="fill">False</property>
93 <property name="position">0</property>
94 </packing>
95 </child>
96 <child>
97 <object class="GtkRadioButton" id="rows">
98 <property name="label" translatable="yes" context="group" comments="Group Rows">_Rows</property>
99 <property name="visible">True</property>
100 <property name="can_focus">True</property>
101 <property name="receives_default">False</property>
102 <property name="use_action_appearance">False</property>
103 <property name="use_underline">True</property>
104 <property name="active">True</property>
105 <property name="draw_indicator">True</property>
106 <property name="group">cols</property>
107 </object>
108 <packing>
109 <property name="expand">False</property>
110 <property name="fill">False</property>
111 <property name="position">1</property>
112 </packing>
113 </child>
114 </object>
115 <packing>
116 <property name="expand">False</property>
117 <property name="fill">True</property>
118 <property name="position">2</property>
119 </packing>
120 </child>
121 </object>
122 </child>
123 <action-widgets>
124 <action-widget response="0">help_button</action-widget>
125 <action-widget response="0">cancel_button</action-widget>
126 <action-widget response="0">ok_button</action-widget>
127 </action-widgets>
128 </object>
129 </interface>