diff options
| author | jvoisin | 2015-03-31 01:52:25 +0200 |
|---|---|---|
| committer | jvoisin | 2015-03-31 01:52:25 +0200 |
| commit | 0fa7dce07eecaaa089cbb2a6c124b81173ace0aa (patch) | |
| tree | cebcc9c2787f989bc03baaaea2ade19f48e1bb6f | |
| parent | 093915866e3407c975b89d7ed12862940f0c81e0 (diff) | |
Re-add a "clean" button in the menubar
| -rw-r--r-- | data/mat.glade | 516 |
1 files changed, 268 insertions, 248 deletions
diff --git a/data/mat.glade b/data/mat.glade index 0704c6d..88b56ff 100644 --- a/data/mat.glade +++ b/data/mat.glade | |||
| @@ -12,254 +12,6 @@ | |||
| 12 | <column type="gchararray"/> | 12 | <column type="gchararray"/> |
| 13 | </columns> | 13 | </columns> |
| 14 | </object> | 14 | </object> |
| 15 | <object class="GtkWindow" id="MainWindow"> | ||
| 16 | <property name="visible">True</property> | ||
| 17 | <property name="can_focus">False</property> | ||
| 18 | <property name="title">Metadata Anonymisation Toolkit</property> | ||
| 19 | <property name="window_position">center</property> | ||
| 20 | <property name="default_width">400</property> | ||
| 21 | <property name="default_height">400</property> | ||
| 22 | <signal name="destroy" handler="cb_close_application" swapped="no"/> | ||
| 23 | <child> | ||
| 24 | <object class="GtkBox" id="MainWinfowVBox"> | ||
| 25 | <property name="can_focus">False</property> | ||
| 26 | <property name="orientation">vertical</property> | ||
| 27 | <child> | ||
| 28 | <object class="GtkMenuBar" id="Menubar"> | ||
| 29 | <property name="can_focus">False</property> | ||
| 30 | <child> | ||
| 31 | <object class="GtkMenuItem" id="File"> | ||
| 32 | <property name="can_focus">False</property> | ||
| 33 | <property name="label" translatable="yes">_File</property> | ||
| 34 | <property name="use_underline">True</property> | ||
| 35 | <child type="submenu"> | ||
| 36 | <object class="GtkMenu" id="File_menu"> | ||
| 37 | <property name="visible">True</property> | ||
| 38 | <property name="can_focus">False</property> | ||
| 39 | <child> | ||
| 40 | <object class="GtkImageMenuItem" id="Menu_add"> | ||
| 41 | <property name="label">gtk-add</property> | ||
| 42 | <property name="visible">True</property> | ||
| 43 | <property name="can_focus">False</property> | ||
| 44 | <property name="use_underline">True</property> | ||
| 45 | <property name="use_stock">True</property> | ||
| 46 | <property name="always_show_image">True</property> | ||
| 47 | <signal name="activate" handler="cb_add_files" swapped="no"/> | ||
| 48 | <accelerator key="o" signal="activate" modifiers="GDK_CONTROL_MASK"/> | ||
| 49 | </object> | ||
| 50 | </child> | ||
| 51 | <child> | ||
| 52 | <object class="GtkImageMenuItem" id="Menu_clean"> | ||
| 53 | <property name="label">gtk-remove</property> | ||
| 54 | <property name="visible">True</property> | ||
| 55 | <property name="can_focus">False</property> | ||
| 56 | <property name="use_underline">True</property> | ||
| 57 | <property name="use_stock">True</property> | ||
| 58 | <property name="always_show_image">True</property> | ||
| 59 | <signal name="activate" handler="cb_mat_clean" swapped="no"/> | ||
| 60 | </object> | ||
| 61 | </child> | ||
| 62 | <child> | ||
| 63 | <object class="GtkImageMenuItem" id="Menu_quit"> | ||
| 64 | <property name="label">gtk-quit</property> | ||
| 65 | <property name="visible">True</property> | ||
| 66 | <property name="can_focus">False</property> | ||
| 67 | <property name="use_underline">True</property> | ||
| 68 | <property name="use_stock">True</property> | ||
| 69 | <property name="always_show_image">True</property> | ||
| 70 | <signal name="activate" handler="cb_close_application" swapped="no"/> | ||
| 71 | <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/> | ||
| 72 | </object> | ||
| 73 | </child> | ||
| 74 | </object> | ||
| 75 | </child> | ||
| 76 | </object> | ||
| 77 | </child> | ||
| 78 | <child> | ||
| 79 | <object class="GtkMenuItem" id="Edit"> | ||
| 80 | <property name="visible">True</property> | ||
| 81 | <property name="can_focus">False</property> | ||
| 82 | <property name="label" translatable="yes">_Edit</property> | ||
| 83 | <property name="use_underline">True</property> | ||
| 84 | <child type="submenu"> | ||
| 85 | <object class="GtkMenu" id="Edit_menu"> | ||
| 86 | <property name="visible">True</property> | ||
| 87 | <property name="can_focus">False</property> | ||
| 88 | <child> | ||
| 89 | <object class="GtkImageMenuItem" id="menu_preferences"> | ||
| 90 | <property name="label">gtk-preferences</property> | ||
| 91 | <property name="visible">True</property> | ||
| 92 | <property name="can_focus">False</property> | ||
| 93 | <property name="use_stock">True</property> | ||
| 94 | <signal name="activate" handler="cb_preferences_popup" swapped="no"/> | ||
| 95 | <accelerator key="p" signal="activate" modifiers="GDK_CONTROL_MASK"/> | ||
| 96 | </object> | ||
| 97 | </child> | ||
| 98 | <child> | ||
| 99 | <object class="GtkImageMenuItem" id="menu_clear"> | ||
| 100 | <property name="label">gtk-clear</property> | ||
| 101 | <property name="visible">True</property> | ||
| 102 | <property name="can_focus">False</property> | ||
| 103 | <property name="use_stock">True</property> | ||
| 104 | <signal name="activate" handler="cb_clear_list" swapped="no"/> | ||
| 105 | </object> | ||
| 106 | </child> | ||
| 107 | </object> | ||
| 108 | </child> | ||
| 109 | </object> | ||
| 110 | </child> | ||
| 111 | <child> | ||
| 112 | <object class="GtkMenuItem" id="Help"> | ||
| 113 | <property name="visible">True</property> | ||
| 114 | <property name="can_focus">False</property> | ||
| 115 | <property name="label" translatable="yes">_Help</property> | ||
| 116 | <property name="use_underline">True</property> | ||
| 117 | <child type="submenu"> | ||
| 118 | <object class="GtkMenu" id="Help_menu"> | ||
| 119 | <property name="visible">True</property> | ||
| 120 | <property name="can_focus">False</property> | ||
| 121 | <child> | ||
| 122 | <object class="GtkImageMenuItem" id="supported_menuitem"> | ||
| 123 | <property name="label">gtk-info</property> | ||
| 124 | <property name="visible">True</property> | ||
| 125 | <property name="can_focus">False</property> | ||
| 126 | <property name="use_stock">True</property> | ||
| 127 | <signal name="activate" handler="cb_supported_popup" swapped="no"/> | ||
| 128 | </object> | ||
| 129 | </child> | ||
| 130 | <child> | ||
| 131 | <object class="GtkImageMenuItem" id="about_menuitem"> | ||
| 132 | <property name="label">gtk-about</property> | ||
| 133 | <property name="visible">True</property> | ||
| 134 | <property name="can_focus">False</property> | ||
| 135 | <property name="use_stock">True</property> | ||
| 136 | <signal name="activate" handler="cb_about_popup" swapped="no"/> | ||
| 137 | </object> | ||
| 138 | </child> | ||
| 139 | </object> | ||
| 140 | </child> | ||
| 141 | </object> | ||
| 142 | </child> | ||
| 143 | </object> | ||
| 144 | <packing> | ||
| 145 | <property name="expand">False</property> | ||
| 146 | <property name="fill">True</property> | ||
| 147 | <property name="position">0</property> | ||
| 148 | </packing> | ||
| 149 | </child> | ||
| 150 | <child> | ||
| 151 | <object class="GtkToolbar" id="Toolbar"> | ||
| 152 | <property name="can_focus">False</property> | ||
| 153 | <property name="toolbar_style">both</property> | ||
| 154 | <property name="icon_size">5</property> | ||
| 155 | <child> | ||
| 156 | <object class="GtkToolButton" id="ToolbarAdd"> | ||
| 157 | <property name="visible">True</property> | ||
| 158 | <property name="can_focus">False</property> | ||
| 159 | <property name="label" translatable="yes">Add</property> | ||
| 160 | <property name="stock_id">gtk-add</property> | ||
| 161 | <signal name="clicked" handler="cb_add_files" swapped="no"/> | ||
| 162 | </object> | ||
| 163 | <packing> | ||
| 164 | <property name="expand">False</property> | ||
| 165 | <property name="homogeneous">True</property> | ||
| 166 | </packing> | ||
| 167 | </child> | ||
| 168 | <child> | ||
| 169 | <object class="GtkToolButton" id="ToolbarClean"> | ||
| 170 | <property name="visible">True</property> | ||
| 171 | <property name="can_focus">False</property> | ||
| 172 | <property name="label" translatable="yes">Clean</property> | ||
| 173 | <property name="stock_id">gtk-clear</property> | ||
| 174 | <signal name="clicked" handler="cb_mat_clean" swapped="no"/> | ||
| 175 | </object> | ||
| 176 | <packing> | ||
| 177 | <property name="expand">False</property> | ||
| 178 | <property name="homogeneous">True</property> | ||
| 179 | </packing> | ||
| 180 | </child> | ||
| 181 | </object> | ||
| 182 | <packing> | ||
| 183 | <property name="expand">False</property> | ||
| 184 | <property name="fill">True</property> | ||
| 185 | <property name="position">1</property> | ||
| 186 | </packing> | ||
| 187 | </child> | ||
| 188 | <child> | ||
| 189 | <object class="GtkScrolledWindow" id="ScrolledWindow"> | ||
| 190 | <property name="can_focus">False</property> | ||
| 191 | <child> | ||
| 192 | <object class="GtkTreeView" id="MainWindowTreeview"> | ||
| 193 | <property name="can_focus">False</property> | ||
| 194 | <property name="events"/> | ||
| 195 | <property name="model">MainWindowListstore</property> | ||
| 196 | <property name="rules_hint">True</property> | ||
| 197 | <property name="search_column">1</property> | ||
| 198 | <property name="fixed_height_mode">True</property> | ||
| 199 | <property name="rubber_banding">True</property> | ||
| 200 | <signal name="drag-data-received" handler="cb_drag_data_received" swapped="no"/> | ||
| 201 | <signal name="row-activated" handler="cb_popup_metadata" swapped="no"/> | ||
| 202 | <child internal-child="selection"> | ||
| 203 | <object class="GtkTreeSelection" id="MainWindowTreeviewSelection"> | ||
| 204 | <property name="mode">multiple</property> | ||
| 205 | </object> | ||
| 206 | </child> | ||
| 207 | <child> | ||
| 208 | <object class="GtkTreeViewColumn" id="MainWindowTreeviewFilename"> | ||
| 209 | <property name="resizable">True</property> | ||
| 210 | <property name="sizing">fixed</property> | ||
| 211 | <property name="title" translatable="yes">Filename</property> | ||
| 212 | <property name="expand">True</property> | ||
| 213 | <property name="clickable">True</property> | ||
| 214 | <property name="sort_indicator">True</property> | ||
| 215 | <property name="sort_column_id">1</property> | ||
| 216 | <child> | ||
| 217 | <object class="GtkCellRendererText" id="MainWindowTreeviewFilenameRender"/> | ||
| 218 | <attributes> | ||
| 219 | <attribute name="text">1</attribute> | ||
| 220 | </attributes> | ||
| 221 | </child> | ||
| 222 | </object> | ||
| 223 | </child> | ||
| 224 | <child> | ||
| 225 | <object class="GtkTreeViewColumn" id="MainWindowTreeviewState"> | ||
| 226 | <property name="resizable">True</property> | ||
| 227 | <property name="sizing">fixed</property> | ||
| 228 | <property name="title" translatable="yes">State</property> | ||
| 229 | <property name="expand">True</property> | ||
| 230 | <property name="clickable">True</property> | ||
| 231 | <property name="sort_indicator">True</property> | ||
| 232 | <property name="sort_column_id">2</property> | ||
| 233 | <child> | ||
| 234 | <object class="GtkCellRendererText" id="MainWindowTreeviewStateRenderer"/> | ||
| 235 | <attributes> | ||
| 236 | <attribute name="text">2</attribute> | ||
| 237 | </attributes> | ||
| 238 | </child> | ||
| 239 | </object> | ||
| 240 | </child> | ||
| 241 | </object> | ||
| 242 | </child> | ||
| 243 | </object> | ||
| 244 | <packing> | ||
| 245 | <property name="expand">True</property> | ||
| 246 | <property name="fill">True</property> | ||
| 247 | <property name="position">3</property> | ||
| 248 | </packing> | ||
| 249 | </child> | ||
| 250 | <child> | ||
| 251 | <object class="GtkStatusbar" id="Statusbar"> | ||
| 252 | <property name="can_focus">False</property> | ||
| 253 | </object> | ||
| 254 | <packing> | ||
| 255 | <property name="expand">False</property> | ||
| 256 | <property name="fill">True</property> | ||
| 257 | <property name="position">4</property> | ||
| 258 | </packing> | ||
| 259 | </child> | ||
| 260 | </object> | ||
| 261 | </child> | ||
| 262 | </object> | ||
| 263 | <object class="GtkListStore" id="MetadataPopupListStore"> | 15 | <object class="GtkListStore" id="MetadataPopupListStore"> |
| 264 | <columns> | 16 | <columns> |
| 265 | <!-- column-name Name --> | 17 | <!-- column-name Name --> |
| @@ -546,4 +298,272 @@ | |||
| 546 | <action-widget response="0">supported_OK</action-widget> | 298 | <action-widget response="0">supported_OK</action-widget> |
| 547 | </action-widgets> | 299 | </action-widgets> |
| 548 | </object> | 300 | </object> |
| 301 | <object class="GtkImage" id="image1"> | ||
| 302 | <property name="visible">True</property> | ||
| 303 | <property name="can_focus">False</property> | ||
| 304 | <property name="stock">gtk-convert</property> | ||
| 305 | </object> | ||
| 306 | <object class="GtkWindow" id="MainWindow"> | ||
| 307 | <property name="visible">True</property> | ||
| 308 | <property name="can_focus">False</property> | ||
| 309 | <property name="title">Metadata Anonymisation Toolkit</property> | ||
| 310 | <property name="window_position">center</property> | ||
| 311 | <property name="default_width">400</property> | ||
| 312 | <property name="default_height">400</property> | ||
| 313 | <signal name="destroy" handler="cb_close_application" swapped="no"/> | ||
| 314 | <child> | ||
| 315 | <object class="GtkBox" id="MainWinfowVBox"> | ||
| 316 | <property name="can_focus">False</property> | ||
| 317 | <property name="orientation">vertical</property> | ||
| 318 | <child> | ||
| 319 | <object class="GtkMenuBar" id="Menubar"> | ||
| 320 | <property name="can_focus">False</property> | ||
| 321 | <child> | ||
| 322 | <object class="GtkMenuItem" id="File"> | ||
| 323 | <property name="can_focus">False</property> | ||
| 324 | <property name="label" translatable="yes">_File</property> | ||
| 325 | <property name="use_underline">True</property> | ||
| 326 | <child type="submenu"> | ||
| 327 | <object class="GtkMenu" id="File_menu"> | ||
| 328 | <property name="visible">True</property> | ||
| 329 | <property name="can_focus">False</property> | ||
| 330 | <child> | ||
| 331 | <object class="GtkImageMenuItem" id="Menu_add"> | ||
| 332 | <property name="label">gtk-add</property> | ||
| 333 | <property name="visible">True</property> | ||
| 334 | <property name="can_focus">False</property> | ||
| 335 | <property name="use_underline">True</property> | ||
| 336 | <property name="use_stock">True</property> | ||
| 337 | <property name="always_show_image">True</property> | ||
| 338 | <signal name="activate" handler="cb_add_files" swapped="no"/> | ||
| 339 | <accelerator key="o" signal="activate" modifiers="GDK_CONTROL_MASK"/> | ||
| 340 | </object> | ||
| 341 | </child> | ||
| 342 | <child> | ||
| 343 | <object class="GtkImageMenuItem" id="Menu_clean"> | ||
| 344 | <property name="label">gtk-remove</property> | ||
| 345 | <property name="visible">True</property> | ||
| 346 | <property name="can_focus">False</property> | ||
| 347 | <property name="use_underline">True</property> | ||
| 348 | <property name="use_stock">True</property> | ||
| 349 | <property name="always_show_image">True</property> | ||
| 350 | <signal name="activate" handler="cb_mat_clean" swapped="no"/> | ||
| 351 | </object> | ||
| 352 | </child> | ||
| 353 | <child> | ||
| 354 | <object class="GtkImageMenuItem" id="Menu_quit"> | ||
| 355 | <property name="label">gtk-quit</property> | ||
| 356 | <property name="visible">True</property> | ||
| 357 | <property name="can_focus">False</property> | ||
| 358 | <property name="use_underline">True</property> | ||
| 359 | <property name="use_stock">True</property> | ||
| 360 | <property name="always_show_image">True</property> | ||
| 361 | <signal name="activate" handler="cb_close_application" swapped="no"/> | ||
| 362 | <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/> | ||
| 363 | </object> | ||
| 364 | </child> | ||
| 365 | </object> | ||
| 366 | </child> | ||
| 367 | </object> | ||
| 368 | </child> | ||
| 369 | <child> | ||
| 370 | <object class="GtkMenuItem" id="Edit"> | ||
| 371 | <property name="visible">True</property> | ||
| 372 | <property name="can_focus">False</property> | ||
| 373 | <property name="label" translatable="yes">_Edit</property> | ||
| 374 | <property name="use_underline">True</property> | ||
| 375 | <child type="submenu"> | ||
| 376 | <object class="GtkMenu" id="Edit_menu"> | ||
| 377 | <property name="visible">True</property> | ||
| 378 | <property name="can_focus">False</property> | ||
| 379 | <child> | ||
| 380 | <object class="GtkImageMenuItem" id="menu_clean"> | ||
| 381 | <property name="label">Clean</property> | ||
| 382 | <property name="visible">True</property> | ||
| 383 | <property name="can_focus">False</property> | ||
| 384 | <property name="use_underline">True</property> | ||
| 385 | <property name="image">image1</property> | ||
| 386 | <property name="use_stock">False</property> | ||
| 387 | <signal name="activate" handler="cb_mat_clean" swapped="no"/> | ||
| 388 | </object> | ||
| 389 | </child> | ||
| 390 | <child> | ||
| 391 | <object class="GtkImageMenuItem" id="menu_preferences"> | ||
| 392 | <property name="label">gtk-preferences</property> | ||
| 393 | <property name="visible">True</property> | ||
| 394 | <property name="can_focus">False</property> | ||
| 395 | <property name="use_underline">True</property> | ||
| 396 | <property name="use_stock">True</property> | ||
| 397 | <signal name="activate" handler="cb_preferences_popup" swapped="no"/> | ||
| 398 | <accelerator key="p" signal="activate" modifiers="GDK_CONTROL_MASK"/> | ||
| 399 | </object> | ||
| 400 | </child> | ||
| 401 | <child> | ||
| 402 | <object class="GtkImageMenuItem" id="menu_clear"> | ||
| 403 | <property name="label">gtk-clear</property> | ||
| 404 | <property name="visible">True</property> | ||
| 405 | <property name="can_focus">False</property> | ||
| 406 | <property name="use_underline">True</property> | ||
| 407 | <property name="use_stock">True</property> | ||
| 408 | <signal name="activate" handler="cb_clear_list" swapped="no"/> | ||
| 409 | </object> | ||
| 410 | </child> | ||
| 411 | </object> | ||
| 412 | </child> | ||
| 413 | </object> | ||
| 414 | </child> | ||
| 415 | <child> | ||
| 416 | <object class="GtkMenuItem" id="Help"> | ||
| 417 | <property name="visible">True</property> | ||
| 418 | <property name="can_focus">False</property> | ||
| 419 | <property name="label" translatable="yes">_Help</property> | ||
| 420 | <property name="use_underline">True</property> | ||
| 421 | <child type="submenu"> | ||
| 422 | <object class="GtkMenu" id="Help_menu"> | ||
| 423 | <property name="visible">True</property> | ||
| 424 | <property name="can_focus">False</property> | ||
| 425 | <child> | ||
| 426 | <object class="GtkImageMenuItem" id="supported_menuitem"> | ||
| 427 | <property name="label">gtk-info</property> | ||
| 428 | <property name="visible">True</property> | ||
| 429 | <property name="can_focus">False</property> | ||
| 430 | <property name="use_underline">True</property> | ||
| 431 | <property name="use_stock">True</property> | ||
| 432 | <signal name="activate" handler="cb_supported_popup" swapped="no"/> | ||
| 433 | </object> | ||
| 434 | </child> | ||
| 435 | <child> | ||
| 436 | <object class="GtkImageMenuItem" id="about_menuitem"> | ||
| 437 | <property name="label">gtk-about</property> | ||
| 438 | <property name="visible">True</property> | ||
| 439 | <property name="can_focus">False</property> | ||
| 440 | <property name="use_underline">True</property> | ||
| 441 | <property name="use_stock">True</property> | ||
| 442 | <signal name="activate" handler="cb_about_popup" swapped="no"/> | ||
| 443 | </object> | ||
| 444 | </child> | ||
| 445 | </object> | ||
| 446 | </child> | ||
| 447 | </object> | ||
| 448 | </child> | ||
| 449 | </object> | ||
| 450 | <packing> | ||
| 451 | <property name="expand">False</property> | ||
| 452 | <property name="fill">True</property> | ||
| 453 | <property name="position">0</property> | ||
| 454 | </packing> | ||
| 455 | </child> | ||
| 456 | <child> | ||
| 457 | <object class="GtkToolbar" id="Toolbar"> | ||
| 458 | <property name="can_focus">False</property> | ||
| 459 | <property name="toolbar_style">both</property> | ||
| 460 | <property name="icon_size">5</property> | ||
| 461 | <child> | ||
| 462 | <object class="GtkToolButton" id="ToolbarAdd"> | ||
| 463 | <property name="visible">True</property> | ||
| 464 | <property name="can_focus">False</property> | ||
| 465 | <property name="label" translatable="yes">Add</property> | ||
| 466 | <property name="stock_id">gtk-add</property> | ||
| 467 | <signal name="clicked" handler="cb_add_files" swapped="no"/> | ||
| 468 | </object> | ||
| 469 | <packing> | ||
| 470 | <property name="expand">False</property> | ||
| 471 | <property name="homogeneous">True</property> | ||
| 472 | </packing> | ||
| 473 | </child> | ||
| 474 | <child> | ||
| 475 | <object class="GtkToolButton" id="ToolbarClean"> | ||
| 476 | <property name="visible">True</property> | ||
| 477 | <property name="can_focus">False</property> | ||
| 478 | <property name="label" translatable="yes">Clean</property> | ||
| 479 | <property name="stock_id">gtk-clear</property> | ||
| 480 | <signal name="clicked" handler="cb_mat_clean" swapped="no"/> | ||
| 481 | </object> | ||
| 482 | <packing> | ||
| 483 | <property name="expand">False</property> | ||
| 484 | <property name="homogeneous">True</property> | ||
| 485 | </packing> | ||
| 486 | </child> | ||
| 487 | </object> | ||
| 488 | <packing> | ||
| 489 | <property name="expand">False</property> | ||
| 490 | <property name="fill">True</property> | ||
| 491 | <property name="position">1</property> | ||
| 492 | </packing> | ||
| 493 | </child> | ||
| 494 | <child> | ||
| 495 | <object class="GtkScrolledWindow" id="ScrolledWindow"> | ||
| 496 | <property name="can_focus">False</property> | ||
| 497 | <child> | ||
| 498 | <object class="GtkTreeView" id="MainWindowTreeview"> | ||
| 499 | <property name="can_focus">False</property> | ||
| 500 | <property name="events"/> | ||
| 501 | <property name="model">MainWindowListstore</property> | ||
| 502 | <property name="rules_hint">True</property> | ||
| 503 | <property name="search_column">1</property> | ||
| 504 | <property name="fixed_height_mode">True</property> | ||
| 505 | <property name="rubber_banding">True</property> | ||
| 506 | <signal name="drag-data-received" handler="cb_drag_data_received" swapped="no"/> | ||
| 507 | <signal name="row-activated" handler="cb_popup_metadata" swapped="no"/> | ||
| 508 | <child internal-child="selection"> | ||
| 509 | <object class="GtkTreeSelection" id="MainWindowTreeviewSelection"> | ||
| 510 | <property name="mode">multiple</property> | ||
| 511 | </object> | ||
| 512 | </child> | ||
| 513 | <child> | ||
| 514 | <object class="GtkTreeViewColumn" id="MainWindowTreeviewFilename"> | ||
| 515 | <property name="resizable">True</property> | ||
| 516 | <property name="sizing">fixed</property> | ||
| 517 | <property name="title" translatable="yes">Filename</property> | ||
| 518 | <property name="expand">True</property> | ||
| 519 | <property name="clickable">True</property> | ||
| 520 | <property name="sort_indicator">True</property> | ||
| 521 | <property name="sort_column_id">1</property> | ||
| 522 | <child> | ||
| 523 | <object class="GtkCellRendererText" id="MainWindowTreeviewFilenameRender"/> | ||
| 524 | <attributes> | ||
| 525 | <attribute name="text">1</attribute> | ||
| 526 | </attributes> | ||
| 527 | </child> | ||
| 528 | </object> | ||
| 529 | </child> | ||
| 530 | <child> | ||
| 531 | <object class="GtkTreeViewColumn" id="MainWindowTreeviewState"> | ||
| 532 | <property name="resizable">True</property> | ||
| 533 | <property name="sizing">fixed</property> | ||
| 534 | <property name="title" translatable="yes">State</property> | ||
| 535 | <property name="expand">True</property> | ||
| 536 | <property name="clickable">True</property> | ||
| 537 | <property name="sort_indicator">True</property> | ||
| 538 | <property name="sort_column_id">2</property> | ||
| 539 | <child> | ||
| 540 | <object class="GtkCellRendererText" id="MainWindowTreeviewStateRenderer"/> | ||
| 541 | <attributes> | ||
| 542 | <attribute name="text">2</attribute> | ||
| 543 | </attributes> | ||
| 544 | </child> | ||
| 545 | </object> | ||
| 546 | </child> | ||
| 547 | </object> | ||
| 548 | </child> | ||
| 549 | </object> | ||
| 550 | <packing> | ||
| 551 | <property name="expand">True</property> | ||
| 552 | <property name="fill">True</property> | ||
| 553 | <property name="position">3</property> | ||
| 554 | </packing> | ||
| 555 | </child> | ||
| 556 | <child> | ||
| 557 | <object class="GtkStatusbar" id="Statusbar"> | ||
| 558 | <property name="can_focus">False</property> | ||
| 559 | </object> | ||
| 560 | <packing> | ||
| 561 | <property name="expand">False</property> | ||
| 562 | <property name="fill">True</property> | ||
| 563 | <property name="position">4</property> | ||
| 564 | </packing> | ||
| 565 | </child> | ||
| 566 | </object> | ||
| 567 | </child> | ||
| 568 | </object> | ||
| 549 | </interface> | 569 | </interface> |
