1 <?xml version="1.0"?> 2 <interface> 3 <!-- interface-requires gtk+ 2.12 --> 4 <!-- interface-naming-policy toplevel-contextual --> 5 <object class="GtkListStore" id="model1"> 6 <columns> 7 <!-- column-name gchararray --> 8 <column type="gchararray"/> 9 </columns> 10 <data> 11 <row> 12 <col id="0" translatable="yes">Icons only</col> 13 </row> 14 <row> 15 <col id="0" translatable="yes">Text only</col> 16 </row> 17 <row> 18 <col id="0" translatable="yes">Icons and text</col> 19 </row> 20 <row> 21 <col id="0" translatable="yes">Both horizontal</col> 22 </row> 23 </data> 24 </object> 25 <object class="GtkDialog" id="prefdialog"> 26 <property name="title" translatable="yes">Preferences</property> 27 <property name="type_hint">dialog</property> 28 <property name="has_separator">False</property> 29 <child internal-child="vbox"> 30 <object class="GtkVBox" id="dialog-vbox1"> 31 <property name="visible">True</property> 32 <child> 33 <object class="GtkNotebook" id="notebook"> 34 <property name="visible">True</property> 35 <property name="can_focus">True</property> 36 <child> 37 <object class="GtkTable" id="table_look"> 38 <property name="visible">True</property> 39 <property name="border_width">10</property> 40 <property name="n_rows">3</property> 41 <property name="n_columns">2</property> 42 <property name="column_spacing">12</property> 43 <property name="row_spacing">12</property> 44 <child> 45 <object class="GtkLabel" id="label_textview_font"> 46 <property name="visible">True</property> 47 <property name="xalign">0</property> 48 <property name="label" translatable="yes">_Text view font:</property> 49 <property name="use_underline">True</property> 50 <property name="mnemonic_widget">button_textview_font</property> 51 </object> 52 <packing> 53 <property name="x_options">GTK_FILL</property> 54 <property name="y_options">GTK_EXPAND</property> 55 </packing> 56 </child> 57 <child> 58 <object class="GtkLabel" id="label_match_color"> 59 <property name="visible">True</property> 60 <property name="xalign">0</property> 61 <property name="label" translatable="yes">_Match color:</property> 62 <property name="use_underline">True</property> 63 <property name="mnemonic_widget">button_match_color</property> 64 </object> 65 <packing> 66 <property name="top_attach">1</property> 67 <property name="bottom_attach">2</property> 68 <property name="x_options">GTK_FILL</property> 69 <property name="y_options">GTK_EXPAND</property> 70 </packing> 71 </child> 72 <child> 73 <object class="GtkLabel" id="label_current_color"> 74 <property name="visible">True</property> 75 <property name="xalign">0</property> 76 <property name="label" translatable="yes">C_urrent match color:</property> 77 <property name="use_underline">True</property> 78 <property name="mnemonic_widget">button_current_color</property> 79 </object> 80 <packing> 81 <property name="top_attach">2</property> 82 <property name="bottom_attach">3</property> 83 <property name="x_options">GTK_FILL</property> 84 <property name="y_options">GTK_EXPAND</property> 85 </packing> 86 </child> 87 <child> 88 <object class="GtkColorButton" id="button_current_color"> 89 <property name="visible">True</property> 90 <property name="can_focus">True</property> 91 <property name="receives_default">False</property> 92 </object> 93 <packing> 94 <property name="left_attach">1</property> 95 <property name="right_attach">2</property> 96 <property name="top_attach">2</property> 97 <property name="bottom_attach">3</property> 98 <property name="y_options"></property> 99 </packing> 100 </child> 101 <child> 102 <object class="GtkColorButton" id="button_match_color"> 103 <property name="visible">True</property> 104 <property name="can_focus">True</property> 105 <property name="receives_default">False</property> 106 </object> 107 <packing> 108 <property name="left_attach">1</property> 109 <property name="right_attach">2</property> 110 <property name="top_attach">1</property> 111 <property name="bottom_attach">2</property> 112 <property name="y_options"></property> 113 </packing> 114 </child> 115 <child> 116 <object class="GtkFontButton" id="button_textview_font"> 117 <property name="visible">True</property> 118 <property name="can_focus">True</property> 119 <property name="receives_default">False</property> 120 <property name="use_font">True</property> 121 </object> 122 <packing> 123 <property name="left_attach">1</property> 124 <property name="right_attach">2</property> 125 <property name="y_options"></property> 126 </packing> 127 </child> 128 </object> 129 </child> 130 <child type="tab"> 131 <object class="GtkHBox" id="hbox_look"> 132 <property name="visible">True</property> 133 <property name="spacing">2</property> 134 <child> 135 <object class="GtkImage" id="image_look"> 136 <property name="visible">True</property> 137 <property name="stock">gtk-preferences</property> 138 <property name="icon-size">1</property> 139 </object> 140 <packing> 141 <property name="expand">False</property> 142 <property name="fill">False</property> 143 <property name="position">0</property> 144 </packing> 145 </child> 146 <child> 147 <object class="GtkLabel" id="label_look"> 148 <property name="visible">True</property> 149 <property name="label" translatable="yes">_Look’n’feel</property> 150 <property name="use_underline">True</property> 151 </object> 152 <packing> 153 <property name="expand">False</property> 154 <property name="fill">False</property> 155 <property name="position">1</property> 156 </packing> 157 </child> 158 </object> 159 <packing> 160 <property name="tab_fill">False</property> 161 </packing> 162 </child> 163 <child> 164 <object class="GtkVBox" id="vbox_file"> 165 <property name="visible">True</property> 166 <property name="border_width">10</property> 167 <property name="spacing">12</property> 168 <child> 169 <object class="GtkLabel" id="label_info"> 170 <property name="visible">True</property> 171 <property name="xalign">0</property> 172 <property name="label" translatable="yes">regexxer attempts to read a file in the following encodings before giving up:</property> 173 <property name="wrap">True</property> 174 </object> 175 <packing> 176 <property name="fill">False</property> 177 <property name="position">0</property> 178 </packing> 179 </child> 180 <child> 181 <object class="GtkTable" id="table_encoding"> 182 <property name="visible">True</property> 183 <property name="n_rows">3</property> 184 <property name="n_columns">2</property> 185 <property name="column_spacing">3</property> 186 <child> 187 <object class="GtkLabel" id="label_3rd"> 188 <property name="visible">True</property> 189 <property name="xalign">1</property> 190 <property name="label" translatable="yes">3.</property> 191 </object> 192 <packing> 193 <property name="top_attach">2</property> 194 <property name="bottom_attach">3</property> 195 <property name="x_options">GTK_FILL</property> 196 <property name="y_options">GTK_FILL</property> 197 </packing> 198 </child> 199 <child> 200 <object class="GtkLabel" id="label_2nd"> 201 <property name="visible">True</property> 202 <property name="xalign">1</property> 203 <property name="label" translatable="yes">2.</property> 204 </object> 205 <packing> 206 <property name="top_attach">1</property> 207 <property name="bottom_attach">2</property> 208 <property name="x_options">GTK_FILL</property> 209 <property name="y_options">GTK_FILL</property> 210 </packing> 211 </child> 212 <child> 213 <object class="GtkLabel" id="label_1st"> 214 <property name="visible">True</property> 215 <property name="xalign">1</property> 216 <property name="label" translatable="yes">1.</property> 217 </object> 218 <packing> 219 <property name="x_options">GTK_FILL</property> 220 <property name="y_options">GTK_FILL</property> 221 </packing> 222 </child> 223 <child> 224 <object class="GtkLabel" id="label_utf8"> 225 <property name="visible">True</property> 226 <property name="xalign">0</property> 227 <property name="label" translatable="yes">UTF-8</property> 228 </object> 229 <packing> 230 <property name="left_attach">1</property> 231 <property name="right_attach">2</property> 232 <property name="x_options">GTK_FILL</property> 233 <property name="y_options">GTK_FILL</property> 234 </packing> 235 </child> 236 <child> 237 <object class="GtkHBox" id="box_fallback"> 238 <property name="visible">True</property> 239 <property name="spacing">6</property> 240 <child> 241 <object class="GtkLabel" id="label_fallback"> 242 <property name="visible">True</property> 243 <property name="xalign">0</property> 244 <property name="label" translatable="yes">Fallback _encoding:</property> 245 <property name="use_underline">True</property> 246 <property name="mnemonic_widget">entry_fallback</property> 247 </object> 248 <packing> 249 <property name="expand">False</property> 250 <property name="fill">False</property> 251 <property name="position">0</property> 252 </packing> 253 </child> 254 <child> 255 <object class="GtkEntry" id="entry_fallback"> 256 <property name="visible">True</property> 257 <property name="can_focus">True</property> 258 </object> 259 <packing> 260 <property name="position">1</property> 261 </packing> 262 </child> 263 </object> 264 <packing> 265 <property name="left_attach">1</property> 266 <property name="right_attach">2</property> 267 <property name="top_attach">2</property> 268 <property name="bottom_attach">3</property> 269 <property name="x_options">GTK_FILL</property> 270 <property name="y_options">GTK_FILL</property> 271 </packing> 272 </child> 273 <child> 274 <object class="GtkLabel" id="label_locale"> 275 <property name="visible">True</property> 276 <property name="xalign">0</property> 277 <property name="label" translatable="yes">The encoding specified by the current locale</property> 278 </object> 279 <packing> 280 <property name="left_attach">1</property> 281 <property name="right_attach">2</property> 282 <property name="top_attach">1</property> 283 <property name="bottom_attach">2</property> 284 <property name="x_options">GTK_FILL</property> 285 <property name="y_options">GTK_FILL</property> 286 </packing> 287 </child> 288 </object> 289 <packing> 290 <property name="fill">False</property> 291 <property name="position">1</property> 292 </packing> 293 </child> 294 </object> 295 <packing> 296 <property name="position">1</property> 297 </packing> 298 </child> 299 <child type="tab"> 300 <object class="GtkHBox" id="hbox_file"> 301 <property name="visible">True</property> 302 <property name="spacing">2</property> 303 <child> 304 <object class="GtkImage" id="image_file"> 305 <property name="visible">True</property> 306 <property name="stock">gtk-properties</property> 307 <property name="icon-size">1</property> 308 </object> 309 <packing> 310 <property name="expand">False</property> 311 <property name="fill">False</property> 312 <property name="position">0</property> 313 </packing> 314 </child> 315 <child> 316 <object class="GtkLabel" id="label_file"> 317 <property name="visible">True</property> 318 <property name="label" translatable="yes">_File access</property> 319 <property name="use_underline">True</property> 320 </object> 321 <packing> 322 <property name="expand">False</property> 323 <property name="fill">False</property> 324 <property name="position">1</property> 325 </packing> 326 </child> 327 </object> 328 <packing> 329 <property name="position">1</property> 330 <property name="tab_fill">False</property> 331 </packing> 332 </child> 333 </object> 334 <packing> 335 <property name="position">1</property> 336 </packing> 337 </child> 338 <child internal-child="action_area"> 339 <object class="GtkHButtonBox" id="dialog-action_area1"> 340 <property name="visible">True</property> 341 <property name="layout_style">end</property> 342 <child> 343 <object class="GtkButton" id="closebutton1"> 344 <property name="label">gtk-close</property> 345 <property name="visible">True</property> 346 <property name="can_focus">True</property> 347 <property name="can_default">True</property> 348 <property name="has_default">True</property> 349 <property name="receives_default">False</property> 350 <property name="use_stock">True</property> 351 </object> 352 <packing> 353 <property name="expand">False</property> 354 <property name="fill">False</property> 355 <property name="position">0</property> 356 </packing> 357 </child> 358 </object> 359 <packing> 360 <property name="expand">False</property> 361 <property name="pack_type">end</property> 362 <property name="position">0</property> 363 </packing> 364 </child> 365 </object> 366 </child> 367 <action-widgets> 368 <action-widget response="-7">closebutton1</action-widget> 369 </action-widgets> 370 </object> 371 </interface>