sw: clean up Start/EndAction in SwViewShell hierarchy
[LibreOffice.git] / cui / uiconfig / ui / newtabledialog.ui
blob0e24e8199b0653e8f5471334c7f1f788b4bb2967
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
3 <interface domain="cui">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="columns_value">
6 <property name="lower">1</property>
7 <property name="upper">75</property>
8 <property name="value">5</property>
9 <property name="step-increment">1</property>
10 <property name="page-increment">10</property>
11 </object>
12 <object class="GtkAdjustment" id="rows_value">
13 <property name="lower">1</property>
14 <property name="upper">75</property>
15 <property name="value">2</property>
16 <property name="step-increment">1</property>
17 <property name="page-increment">10</property>
18 </object>
19 <object class="GtkDialog" id="NewTableDialog">
20 <property name="can-focus">False</property>
21 <property name="border-width">6</property>
22 <property name="title" translatable="yes" context="newtabledialog|NewTableDialog">Insert Table</property>
23 <property name="modal">True</property>
24 <property name="default-width">0</property>
25 <property name="default-height">0</property>
26 <property name="type-hint">dialog</property>
27 <child internal-child="vbox">
28 <object class="GtkBox" id="dialog-vbox1">
29 <property name="can-focus">False</property>
30 <property name="orientation">vertical</property>
31 <property name="spacing">12</property>
32 <child internal-child="action_area">
33 <object class="GtkButtonBox" id="dialog-action_area1">
34 <property name="can-focus">False</property>
35 <property name="layout-style">end</property>
36 <child>
37 <object class="GtkButton" id="help">
38 <property name="label" translatable="yes" context="stock">_Help</property>
39 <property name="visible">True</property>
40 <property name="can-focus">True</property>
41 <property name="receives-default">True</property>
42 <property name="use-underline">True</property>
43 </object>
44 <packing>
45 <property name="expand">False</property>
46 <property name="fill">True</property>
47 <property name="position">0</property>
48 <property name="secondary">True</property>
49 </packing>
50 </child>
51 <child>
52 <object class="GtkButton" id="ok">
53 <property name="label" translatable="yes" context="stock">_OK</property>
54 <property name="visible">True</property>
55 <property name="can-focus">True</property>
56 <property name="can-default">True</property>
57 <property name="has-default">True</property>
58 <property name="receives-default">False</property>
59 <property name="use-underline">True</property>
60 </object>
61 <packing>
62 <property name="expand">False</property>
63 <property name="fill">True</property>
64 <property name="position">1</property>
65 </packing>
66 </child>
67 <child>
68 <object class="GtkButton" id="cancel">
69 <property name="label" translatable="yes" context="stock">_Cancel</property>
70 <property name="visible">True</property>
71 <property name="can-focus">True</property>
72 <property name="receives-default">True</property>
73 <property name="use-underline">True</property>
74 </object>
75 <packing>
76 <property name="expand">False</property>
77 <property name="fill">True</property>
78 <property name="position">2</property>
79 </packing>
80 </child>
81 </object>
82 <packing>
83 <property name="expand">False</property>
84 <property name="fill">True</property>
85 <property name="pack-type">end</property>
86 <property name="position">0</property>
87 </packing>
88 </child>
89 <child>
90 <!-- n-columns=2 n-rows=2 -->
91 <object class="GtkGrid" id="grid1">
92 <property name="visible">True</property>
93 <property name="can-focus">False</property>
94 <property name="border-width">6</property>
95 <property name="row-spacing">12</property>
96 <property name="column-spacing">12</property>
97 <child>
98 <object class="GtkLabel" id="columns_label">
99 <property name="visible">True</property>
100 <property name="can-focus">False</property>
101 <property name="hexpand">True</property>
102 <property name="label" translatable="yes" context="newtabledialog|columns_label">_Number of columns:</property>
103 <property name="use-underline">True</property>
104 <property name="mnemonic-widget">columns</property>
105 <property name="xalign">0</property>
106 </object>
107 <packing>
108 <property name="left-attach">0</property>
109 <property name="top-attach">0</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkLabel" id="rows_label">
114 <property name="visible">True</property>
115 <property name="can-focus">False</property>
116 <property name="hexpand">True</property>
117 <property name="label" translatable="yes" context="newtabledialog|rows_label">_Number of rows:</property>
118 <property name="use-underline">True</property>
119 <property name="mnemonic-widget">rows</property>
120 <property name="xalign">0</property>
121 </object>
122 <packing>
123 <property name="left-attach">0</property>
124 <property name="top-attach">1</property>
125 </packing>
126 </child>
127 <child>
128 <object class="GtkSpinButton" id="columns">
129 <property name="visible">True</property>
130 <property name="can-focus">True</property>
131 <property name="activates-default">True</property>
132 <property name="truncate-multiline">True</property>
133 <property name="adjustment">columns_value</property>
134 <property name="snap-to-ticks">True</property>
135 <property name="numeric">True</property>
136 <child internal-child="accessible">
137 <object class="AtkObject" id="columns-atkobject">
138 <property name="AtkObject::accessible-description" translatable="yes" context="newtabledialog|extended_tip|columns">Enter the number of columns for the new table.</property>
139 </object>
140 </child>
141 </object>
142 <packing>
143 <property name="left-attach">1</property>
144 <property name="top-attach">0</property>
145 </packing>
146 </child>
147 <child>
148 <object class="GtkSpinButton" id="rows">
149 <property name="visible">True</property>
150 <property name="can-focus">True</property>
151 <property name="activates-default">True</property>
152 <property name="truncate-multiline">True</property>
153 <property name="adjustment">rows_value</property>
154 <property name="snap-to-ticks">True</property>
155 <property name="numeric">True</property>
156 <child internal-child="accessible">
157 <object class="AtkObject" id="rows-atkobject">
158 <property name="AtkObject::accessible-description" translatable="yes" context="newtabledialog|extended_tip|rows">Enter the number of rows for the new table.</property>
159 </object>
160 </child>
161 </object>
162 <packing>
163 <property name="left-attach">1</property>
164 <property name="top-attach">1</property>
165 </packing>
166 </child>
167 </object>
168 <packing>
169 <property name="expand">True</property>
170 <property name="fill">True</property>
171 <property name="position">1</property>
172 </packing>
173 </child>
174 </object>
175 </child>
176 <action-widgets>
177 <action-widget response="-11">help</action-widget>
178 <action-widget response="-5">ok</action-widget>
179 <action-widget response="-6">cancel</action-widget>
180 </action-widgets>
181 </object>
182 </interface>