ssdiff: move comparison engine into its own file.
[gnumeric.git] / src / dialogs / cell-comment.ui
blob5f24f7e8d8697e570bac7a96fccf0f21cbfabd2f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkDialog" id="comment_dialog">
5 <property name="can_focus">False</property>
6 <property name="border_width">5</property>
7 <property name="title" translatable="yes">Cell Comment</property>
8 <property name="default_width">300</property>
9 <property name="default_height">300</property>
10 <property name="type_hint">dialog</property>
11 <child internal-child="vbox">
12 <object class="GtkBox" id="dialog-vbox">
13 <property name="visible">True</property>
14 <property name="can_focus">False</property>
15 <property name="orientation">vertical</property>
16 <property name="spacing">2</property>
17 <child internal-child="action_area">
18 <object class="GtkButtonBox" id="dialog-action_area1">
19 <property name="visible">True</property>
20 <property name="can_focus">False</property>
21 <property name="layout_style">end</property>
22 <child>
23 <object class="GtkButton" id="help_button">
24 <property name="label">gtk-help</property>
25 <property name="use_action_appearance">False</property>
26 <property name="visible">True</property>
27 <property name="can_focus">True</property>
28 <property name="can_default">True</property>
29 <property name="receives_default">False</property>
30 <property name="use_action_appearance">False</property>
31 <property name="use_stock">True</property>
32 </object>
33 <packing>
34 <property name="expand">False</property>
35 <property name="fill">False</property>
36 <property name="position">0</property>
37 </packing>
38 </child>
39 <child>
40 <object class="GtkButton" id="cancel_button">
41 <property name="label">gtk-cancel</property>
42 <property name="use_action_appearance">False</property>
43 <property name="visible">True</property>
44 <property name="can_focus">True</property>
45 <property name="can_default">True</property>
46 <property name="receives_default">False</property>
47 <property name="use_action_appearance">False</property>
48 <property name="use_stock">True</property>
49 </object>
50 <packing>
51 <property name="expand">False</property>
52 <property name="fill">False</property>
53 <property name="position">1</property>
54 </packing>
55 </child>
56 <child>
57 <object class="GtkButton" id="ok_button">
58 <property name="label">gtk-ok</property>
59 <property name="use_action_appearance">False</property>
60 <property name="visible">True</property>
61 <property name="can_focus">True</property>
62 <property name="can_default">True</property>
63 <property name="receives_default">False</property>
64 <property name="use_action_appearance">False</property>
65 <property name="use_stock">True</property>
66 </object>
67 <packing>
68 <property name="expand">False</property>
69 <property name="fill">False</property>
70 <property name="position">2</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="GtkGrid" id="grid1">
83 <property name="visible">True</property>
84 <property name="can_focus">False</property>
85 <property name="row_spacing">6</property>
86 <property name="column_spacing">12</property>
87 <child>
88 <object class="GtkLabel" id="old-author-label">
89 <property name="visible">True</property>
90 <property name="can_focus">False</property>
91 <property name="xalign">0</property>
92 <property name="label" translatable="yes">&lt;b&gt;Old Author:&lt;/b&gt;</property>
93 <property name="use_markup">True</property>
94 <property name="single_line_mode">True</property>
95 </object>
96 <packing>
97 <property name="left_attach">0</property>
98 <property name="top_attach">0</property>
99 <property name="width">1</property>
100 <property name="height">1</property>
101 </packing>
102 </child>
103 <child>
104 <object class="GtkLabel" id="old-author-entry">
105 <property name="visible">True</property>
106 <property name="can_focus">False</property>
107 <property name="xalign">0</property>
108 <property name="ellipsize">end</property>
109 </object>
110 <packing>
111 <property name="left_attach">1</property>
112 <property name="top_attach">0</property>
113 <property name="width">1</property>
114 <property name="height">1</property>
115 </packing>
116 </child>
117 <child>
118 <object class="GtkLabel" id="new-author-label">
119 <property name="visible">True</property>
120 <property name="can_focus">False</property>
121 <property name="xalign">0</property>
122 <property name="label" translatable="yes">&lt;b&gt;New Author:&lt;/b&gt;</property>
123 <property name="use_markup">True</property>
124 <property name="single_line_mode">True</property>
125 </object>
126 <packing>
127 <property name="left_attach">0</property>
128 <property name="top_attach">1</property>
129 <property name="width">1</property>
130 <property name="height">1</property>
131 </packing>
132 </child>
133 <child>
134 <object class="GtkEntry" id="new-author-entry">
135 <property name="visible">True</property>
136 <property name="can_focus">True</property>
137 <property name="hexpand">True</property>
138 <property name="invisible_char"></property>
139 <property name="invisible_char_set">True</property>
140 <property name="primary_icon_activatable">False</property>
141 <property name="secondary_icon_activatable">False</property>
142 </object>
143 <packing>
144 <property name="left_attach">1</property>
145 <property name="top_attach">1</property>
146 <property name="width">1</property>
147 <property name="height">1</property>
148 </packing>
149 </child>
150 </object>
151 <packing>
152 <property name="expand">False</property>
153 <property name="fill">True</property>
154 <property name="position">1</property>
155 </packing>
156 </child>
157 <child>
158 <object class="GtkCheckButton" id="wrap-check">
159 <property name="label" translatable="yes">_Wrap in properties window</property>
160 <property name="use_action_appearance">False</property>
161 <property name="visible">True</property>
162 <property name="can_focus">True</property>
163 <property name="receives_default">False</property>
164 <property name="use_action_appearance">False</property>
165 <property name="use_underline">True</property>
166 <property name="active">True</property>
167 <property name="draw_indicator">True</property>
168 </object>
169 <packing>
170 <property name="expand">False</property>
171 <property name="fill">False</property>
172 <property name="pack_type">end</property>
173 <property name="position">2</property>
174 </packing>
175 </child>
176 </object>
177 </child>
178 <action-widgets>
179 <action-widget response="0">help_button</action-widget>
180 <action-widget response="0">cancel_button</action-widget>
181 <action-widget response="0">ok_button</action-widget>
182 </action-widgets>
183 </object>
184 </interface>