Bump version to 24.04.3.4
[LibreOffice.git] / starmath / uiconfig / smath / ui / fontdialog.ui
blob084a8f8c598f1953d97eaaee729507ef4bd6bf08
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="sm">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkTreeStore" id="liststore1">
6 <columns>
7 <!-- column-name text -->
8 <column type="gchararray"/>
9 <!-- column-name id -->
10 <column type="gchararray"/>
11 </columns>
12 </object>
13 <object class="GtkDialog" id="FontDialog">
14 <property name="can_focus">False</property>
15 <property name="border_width">6</property>
16 <property name="title" translatable="yes" context="fontdialog|FontDialog">Fonts</property>
17 <property name="modal">True</property>
18 <property name="type_hint">dialog</property>
19 <child internal-child="vbox">
20 <object class="GtkBox" id="dialog-vbox1">
21 <property name="can_focus">False</property>
22 <property name="orientation">vertical</property>
23 <property name="spacing">12</property>
24 <child internal-child="action_area">
25 <object class="GtkButtonBox" id="dialog-action_area1">
26 <property name="can_focus">False</property>
27 <property name="layout_style">end</property>
28 <child>
29 <object class="GtkButton" id="ok">
30 <property name="label" translatable="yes" context="stock">_OK</property>
31 <property name="visible">True</property>
32 <property name="can_focus">True</property>
33 <property name="can_default">True</property>
34 <property name="has_default">True</property>
35 <property name="receives_default">True</property>
36 <property name="use-underline">True</property>
37 </object>
38 <packing>
39 <property name="expand">False</property>
40 <property name="fill">True</property>
41 <property name="position">0</property>
42 </packing>
43 </child>
44 <child>
45 <object class="GtkButton" id="cancel">
46 <property name="label" translatable="yes" context="stock">_Cancel</property>
47 <property name="visible">True</property>
48 <property name="can_focus">True</property>
49 <property name="receives_default">True</property>
50 <property name="use-underline">True</property>
51 </object>
52 <packing>
53 <property name="expand">False</property>
54 <property name="fill">True</property>
55 <property name="position">1</property>
56 </packing>
57 </child>
58 <child>
59 <object class="GtkButton" id="help">
60 <property name="label" translatable="yes" context="stock">_Help</property>
61 <property name="visible">True</property>
62 <property name="can_focus">True</property>
63 <property name="receives_default">True</property>
64 <property name="use-underline">True</property>
65 </object>
66 <packing>
67 <property name="expand">False</property>
68 <property name="fill">True</property>
69 <property name="position">2</property>
70 <property name="secondary">True</property>
71 </packing>
72 </child>
73 </object>
74 <packing>
75 <property name="expand">False</property>
76 <property name="fill">True</property>
77 <property name="pack_type">end</property>
78 <property name="position">0</property>
79 </packing>
80 </child>
81 <child>
82 <object class="GtkBox" id="box1">
83 <property name="visible">True</property>
84 <property name="can_focus">False</property>
85 <property name="hexpand">True</property>
86 <property name="vexpand">True</property>
87 <property name="orientation">vertical</property>
88 <property name="spacing">12</property>
89 <child>
90 <object class="GtkFrame" id="frame1">
91 <property name="visible">True</property>
92 <property name="can_focus">False</property>
93 <property name="hexpand">True</property>
94 <property name="vexpand">True</property>
95 <property name="label_xalign">0</property>
96 <property name="shadow_type">none</property>
97 <child>
98 <!-- n-columns=1 n-rows=1 -->
99 <object class="GtkGrid" id="fontgrid">
100 <property name="visible">True</property>
101 <property name="can_focus">False</property>
102 <property name="hexpand">True</property>
103 <property name="vexpand">True</property>
104 <property name="row_spacing">3</property>
105 <property name="margin-start">12</property>
106 <property name="margin-top">6</property>
107 <child>
108 <object class="GtkScrolledWindow">
109 <property name="visible">True</property>
110 <property name="can_focus">False</property>
111 <property name="hexpand">True</property>
112 <property name="vexpand">True</property>
113 <property name="shadow_type">in</property>
114 <child>
115 <object class="GtkTreeView" id="fonts">
116 <property name="visible">True</property>
117 <property name="can_focus">True</property>
118 <property name="hexpand">True</property>
119 <property name="vexpand">True</property>
120 <property name="model">liststore1</property>
121 <property name="headers_visible">False</property>
122 <property name="headers_clickable">False</property>
123 <property name="search_column">0</property>
124 <property name="show_expanders">False</property>
125 <child internal-child="selection">
126 <object class="GtkTreeSelection" id="treeview-selection1"/>
127 </child>
128 <child>
129 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
130 <child>
131 <object class="GtkCellRendererText" id="cellrenderertext1"/>
132 <attributes>
133 <attribute name="text">0</attribute>
134 </attributes>
135 </child>
136 </object>
137 </child>
138 </object>
139 </child>
140 </object>
141 <packing>
142 <property name="left_attach">0</property>
143 <property name="top_attach">1</property>
144 </packing>
145 </child>
146 <child>
147 <object class="GtkEntry" id="font">
148 <property name="visible">True</property>
149 <property name="can_focus">True</property>
150 <property name="hexpand">True</property>
151 <property name="activates_default">True</property>
152 <property name="truncate-multiline">True</property>
153 <child internal-child="accessible">
154 <object class="AtkObject" id="font-atkobject">
155 <property name="AtkObject::accessible-description" translatable="yes" context="fontdialog|extended_tip|font">Select a font from the list.</property>
156 </object>
157 </child>
158 </object>
159 <packing>
160 <property name="left_attach">0</property>
161 <property name="top_attach">0</property>
162 </packing>
163 </child>
164 </object>
165 </child>
166 <child type="label">
167 <object class="GtkLabel" id="formulaL">
168 <property name="visible">True</property>
169 <property name="can_focus">False</property>
170 <property name="label" translatable="yes" context="fontdialog|formulaL">Font</property>
171 <property name="use_underline">True</property>
172 <property name="xalign">0</property>
173 <attributes>
174 <attribute name="weight" value="bold"/>
175 </attributes>
176 </object>
177 </child>
178 </object>
179 <packing>
180 <property name="expand">False</property>
181 <property name="fill">True</property>
182 <property name="position">0</property>
183 </packing>
184 </child>
185 <child>
186 <object class="GtkFrame" id="attrframe">
187 <property name="visible">True</property>
188 <property name="can_focus">False</property>
189 <property name="label_xalign">0</property>
190 <property name="shadow_type">none</property>
191 <child>
192 <!-- n-columns=1 n-rows=1 -->
193 <object class="GtkGrid" id="grid2">
194 <property name="visible">True</property>
195 <property name="can_focus">False</property>
196 <property name="row_spacing">6</property>
197 <property name="column_spacing">12</property>
198 <property name="column_homogeneous">True</property>
199 <property name="margin-start">12</property>
200 <property name="margin-top">6</property>
201 <child>
202 <object class="GtkCheckButton" id="bold">
203 <property name="label" translatable="yes" context="fontdialog|bold">_Bold</property>
204 <property name="visible">True</property>
205 <property name="can_focus">True</property>
206 <property name="receives_default">False</property>
207 <property name="use_underline">True</property>
208 <property name="draw_indicator">True</property>
209 <child internal-child="accessible">
210 <object class="AtkObject" id="bold-atkobject">
211 <property name="AtkObject::accessible-description" translatable="yes" context="fontdialog|extended_tip|bold">Check this box to assign the bold attribute to the font.</property>
212 </object>
213 </child>
214 </object>
215 <packing>
216 <property name="left_attach">0</property>
217 <property name="top_attach">0</property>
218 </packing>
219 </child>
220 <child>
221 <object class="GtkCheckButton" id="italic">
222 <property name="label" translatable="yes" context="fontdialog|italic">_Italic</property>
223 <property name="visible">True</property>
224 <property name="can_focus">True</property>
225 <property name="receives_default">False</property>
226 <property name="use_underline">True</property>
227 <property name="draw_indicator">True</property>
228 <child internal-child="accessible">
229 <object class="AtkObject" id="italic-atkobject">
230 <property name="AtkObject::accessible-description" translatable="yes" context="fontdialog|extended_tip|italic">Check this box to assign the italic attribute to the font.</property>
231 </object>
232 </child>
233 </object>
234 <packing>
235 <property name="left_attach">0</property>
236 <property name="top_attach">1</property>
237 </packing>
238 </child>
239 </object>
240 </child>
241 <child type="label">
242 <object class="GtkLabel" id="formulaL1">
243 <property name="visible">True</property>
244 <property name="can_focus">False</property>
245 <property name="label" translatable="yes" context="fontdialog|formulaL1">Attributes</property>
246 <property name="use_underline">True</property>
247 <property name="xalign">0</property>
248 <attributes>
249 <attribute name="weight" value="bold"/>
250 </attributes>
251 </object>
252 </child>
253 </object>
254 <packing>
255 <property name="expand">False</property>
256 <property name="fill">True</property>
257 <property name="position">1</property>
258 </packing>
259 </child>
260 <child>
261 <object class="GtkScrolledWindow">
262 <property name="visible">True</property>
263 <property name="can_focus">False</property>
264 <property name="hscrollbar_policy">never</property>
265 <property name="vscrollbar_policy">never</property>
266 <property name="shadow_type">in</property>
267 <child>
268 <object class="GtkViewport">
269 <property name="visible">True</property>
270 <property name="can_focus">False</property>
271 <child>
272 <object class="GtkDrawingArea" id="preview">
273 <property name="visible">True</property>
274 <property name="can_focus">False</property>
275 </object>
276 </child>
277 </object>
278 </child>
279 </object>
280 <packing>
281 <property name="expand">False</property>
282 <property name="fill">True</property>
283 <property name="position">2</property>
284 </packing>
285 </child>
286 </object>
287 <packing>
288 <property name="expand">False</property>
289 <property name="fill">True</property>
290 <property name="position">1</property>
291 </packing>
292 </child>
293 </object>
294 </child>
295 <action-widgets>
296 <action-widget response="-5">ok</action-widget>
297 <action-widget response="-6">cancel</action-widget>
298 <action-widget response="-11">help</action-widget>
299 </action-widgets>
300 <child type="titlebar">
301 <placeholder/>
302 </child>
303 <child internal-child="accessible">
304 <object class="AtkObject" id="FontDialog-atkobject">
305 <property name="AtkObject::accessible-description" translatable="yes" context="fontdialog|extended_tip|FontDialog">Use this dialog to select the font for the respective category in the Fonts dialog.</property>
306 </object>
307 </child>
308 </object>
309 </interface>