Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / extensions / uiconfig / spropctrlr / ui / datatypedialog.ui
blob987a8384a8219d3d1135f65d0c3eb62623480894
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="pcr">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkDialog" id="DataTypeDialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">6</property>
8 <property name="title" translatable="yes" context="datatypedialog|DataTypeDialog">New Data Type</property>
9 <property name="modal">True</property>
10 <property name="default_width">0</property>
11 <property name="default_height">0</property>
12 <property name="type_hint">normal</property>
13 <child>
14 <placeholder/>
15 </child>
16 <child internal-child="vbox">
17 <object class="GtkBox" id="dialog-vbox1">
18 <property name="can_focus">False</property>
19 <property name="orientation">vertical</property>
20 <property name="spacing">12</property>
21 <child internal-child="action_area">
22 <object class="GtkButtonBox" id="dialog-action_area1">
23 <property name="can_focus">False</property>
24 <property name="layout_style">end</property>
25 <child>
26 <object class="GtkButton" id="ok">
27 <property name="label" translatable="yes" context="stock">_OK</property>
28 <property name="visible">True</property>
29 <property name="can_focus">True</property>
30 <property name="can_default">True</property>
31 <property name="has_default">True</property>
32 <property name="receives_default">True</property>
33 <property name="use-underline">True</property>
34 </object>
35 <packing>
36 <property name="expand">False</property>
37 <property name="fill">True</property>
38 <property name="position">0</property>
39 </packing>
40 </child>
41 <child>
42 <object class="GtkButton" id="cancel">
43 <property name="label" translatable="yes" context="stock">_Cancel</property>
44 <property name="visible">True</property>
45 <property name="can_focus">True</property>
46 <property name="receives_default">True</property>
47 <property name="use-underline">True</property>
48 </object>
49 <packing>
50 <property name="expand">False</property>
51 <property name="fill">True</property>
52 <property name="position">1</property>
53 </packing>
54 </child>
55 <child>
56 <object class="GtkButton" id="help">
57 <property name="label" translatable="yes" context="stock">_Help</property>
58 <property name="visible">True</property>
59 <property name="can_focus">True</property>
60 <property name="receives_default">True</property>
61 <property name="use-underline">True</property>
62 </object>
63 <packing>
64 <property name="expand">False</property>
65 <property name="fill">True</property>
66 <property name="position">2</property>
67 <property name="secondary">True</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 <!-- n-columns=1 n-rows=1 -->
80 <object class="GtkGrid" id="grid2">
81 <property name="visible">True</property>
82 <property name="can_focus">False</property>
83 <property name="valign">start</property>
84 <property name="hexpand">True</property>
85 <property name="vexpand">True</property>
86 <property name="row_spacing">6</property>
87 <property name="column_spacing">12</property>
88 <child>
89 <object class="GtkLabel" id="label">
90 <property name="visible">True</property>
91 <property name="can_focus">False</property>
92 <property name="label" translatable="yes" context="datatypedialog|label">Type a name for the new data type:</property>
93 <property name="use_underline">True</property>
94 <property name="mnemonic_widget">entry</property>
95 <property name="xalign">0</property>
96 </object>
97 <packing>
98 <property name="left_attach">0</property>
99 <property name="top_attach">0</property>
100 </packing>
101 </child>
102 <child>
103 <object class="GtkEntry" id="entry">
104 <property name="visible">True</property>
105 <property name="can_focus">True</property>
106 <property name="hexpand">True</property>
107 <property name="truncate-multiline">True</property>
108 <property name="activates_default">True</property>
109 </object>
110 <packing>
111 <property name="left_attach">0</property>
112 <property name="top_attach">1</property>
113 </packing>
114 </child>
115 </object>
116 <packing>
117 <property name="expand">False</property>
118 <property name="fill">True</property>
119 <property name="position">1</property>
120 </packing>
121 </child>
122 </object>
123 </child>
124 <action-widgets>
125 <action-widget response="-5">ok</action-widget>
126 <action-widget response="-6">cancel</action-widget>
127 <action-widget response="-11">help</action-widget>
128 </action-widgets>
129 </object>
130 </interface>