Get the style color and number just once
[LibreOffice.git] / basctl / uiconfig / basicide / ui / gotolinedialog.ui
blob971d0187ba6972d0a6c4cae1d6fa5734b0cddf10
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
3 <interface domain="basctl">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkDialog" id="GotoLineDialog">
6 <property name="can-focus">False</property>
7 <property name="border-width">6</property>
8 <property name="title" translatable="yes" context="gotolinedialog|GotoLineDialog">Go to Line</property>
9 <property name="resizable">False</property>
10 <property name="modal">True</property>
11 <property name="default-width">0</property>
12 <property name="default-height">0</property>
13 <property name="type-hint">dialog</property>
14 <child internal-child="vbox">
15 <object class="GtkBox" id="dialog-vbox1">
16 <property name="can-focus">False</property>
17 <property name="orientation">vertical</property>
18 <property name="spacing">12</property>
19 <child internal-child="action_area">
20 <object class="GtkButtonBox" id="dialog-action_area1">
21 <property name="can-focus">False</property>
22 <property name="layout-style">end</property>
23 <child>
24 <object class="GtkButton" id="ok">
25 <property name="label" translatable="yes" context="stock">_OK</property>
26 <property name="visible">True</property>
27 <property name="can-focus">True</property>
28 <property name="can-default">True</property>
29 <property name="has-default">True</property>
30 <property name="receives-default">True</property>
31 <property name="use-underline">True</property>
32 </object>
33 <packing>
34 <property name="expand">False</property>
35 <property name="fill">True</property>
36 <property name="position">0</property>
37 </packing>
38 </child>
39 <child>
40 <object class="GtkButton" id="cancel">
41 <property name="label" translatable="yes" context="stock">_Cancel</property>
42 <property name="visible">True</property>
43 <property name="can-focus">True</property>
44 <property name="receives-default">True</property>
45 <property name="use-underline">True</property>
46 </object>
47 <packing>
48 <property name="expand">False</property>
49 <property name="fill">True</property>
50 <property name="position">1</property>
51 </packing>
52 </child>
53 </object>
54 <packing>
55 <property name="expand">False</property>
56 <property name="fill">True</property>
57 <property name="pack-type">end</property>
58 <property name="position">2</property>
59 </packing>
60 </child>
61 <child>
62 <!-- n-columns=3 n-rows=1 -->
63 <object class="GtkGrid" id="grid3">
64 <property name="visible">True</property>
65 <property name="can-focus">False</property>
66 <property name="hexpand">True</property>
67 <property name="row-spacing">12</property>
68 <property name="column-spacing">12</property>
69 <child>
70 <object class="GtkLabel" id="area">
71 <property name="visible">True</property>
72 <property name="can-focus">False</property>
73 <property name="label" translatable="yes" context="gotolinedialog|area">_Line number:</property>
74 <property name="use-underline">True</property>
75 <property name="mnemonic-widget">spin</property>
76 <property name="xalign">0</property>
77 </object>
78 <packing>
79 <property name="left-attach">0</property>
80 <property name="top-attach">0</property>
81 </packing>
82 </child>
83 <child>
84 <object class="GtkSpinButton" id="spin">
85 <property name="visible">True</property>
86 <property name="truncate-multiline">True</property>
87 <property name="can-focus">True</property>
88 </object>
89 <packing>
90 <property name="left-attach">1</property>
91 <property name="top-attach">0</property>
92 </packing>
93 </child>
94 <child>
95 <object class="GtkLabel" id="line_count">
96 <property name="visible">True</property>
97 <property name="can-focus">False</property>
98 <property name="label" translatable="yes" context="gotolinedialog|line_count">of $1</property>
99 </object>
100 <packing>
101 <property name="left-attach">2</property>
102 <property name="top-attach">0</property>
103 </packing>
104 </child>
105 </object>
106 <packing>
107 <property name="expand">False</property>
108 <property name="fill">True</property>
109 <property name="position">0</property>
110 </packing>
111 </child>
112 </object>
113 </child>
114 <action-widgets>
115 <action-widget response="-5">ok</action-widget>
116 <action-widget response="-6">cancel</action-widget>
117 </action-widgets>
118 </object>
119 </interface>