| 1 |
<?xml version="1.0" standalone="no"?> |
|---|
| 2 |
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> |
|---|
| 3 |
|
|---|
| 4 |
<glade-interface> |
|---|
| 5 |
|
|---|
| 6 |
<widget class="GtkWindow" id="window"> |
|---|
| 7 |
<property name="visible">True</property> |
|---|
| 8 |
<property name="title" translatable="yes">Gnapsack</property> |
|---|
| 9 |
<property name="type">GTK_WINDOW_TOPLEVEL</property> |
|---|
| 10 |
<property name="window_position">GTK_WIN_POS_NONE</property> |
|---|
| 11 |
<property name="modal">False</property> |
|---|
| 12 |
<property name="default_width">600</property> |
|---|
| 13 |
<property name="default_height">400</property> |
|---|
| 14 |
<property name="resizable">True</property> |
|---|
| 15 |
<property name="destroy_with_parent">True</property> |
|---|
| 16 |
<property name="decorated">True</property> |
|---|
| 17 |
<property name="skip_taskbar_hint">False</property> |
|---|
| 18 |
<property name="skip_pager_hint">False</property> |
|---|
| 19 |
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
|---|
| 20 |
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
|---|
| 21 |
<property name="focus_on_map">True</property> |
|---|
| 22 |
<property name="urgency_hint">False</property> |
|---|
| 23 |
<signal name="delete_event" handler="on_window_delete_event" last_modification_time="Fri, 21 Apr 2006 21:11:17 GMT"/> |
|---|
| 24 |
|
|---|
| 25 |
<child> |
|---|
| 26 |
<widget class="GtkVBox" id="vbox1"> |
|---|
| 27 |
<property name="visible">True</property> |
|---|
| 28 |
<property name="homogeneous">False</property> |
|---|
| 29 |
<property name="spacing">0</property> |
|---|
| 30 |
|
|---|
| 31 |
<child> |
|---|
| 32 |
<widget class="GtkMenuBar" id="menubar1"> |
|---|
| 33 |
<property name="visible">True</property> |
|---|
| 34 |
<property name="pack_direction">GTK_PACK_DIRECTION_LTR</property> |
|---|
| 35 |
<property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property> |
|---|
| 36 |
|
|---|
| 37 |
<child> |
|---|
| 38 |
<widget class="GtkMenuItem" id="menuitem1"> |
|---|
| 39 |
<property name="visible">True</property> |
|---|
| 40 |
<property name="label" translatable="yes">_File</property> |
|---|
| 41 |
<property name="use_underline">True</property> |
|---|
| 42 |
|
|---|
| 43 |
<child> |
|---|
| 44 |
<widget class="GtkMenu" id="menuitem1_menu"> |
|---|
| 45 |
|
|---|
| 46 |
<child> |
|---|
| 47 |
<widget class="GtkImageMenuItem" id="new1"> |
|---|
| 48 |
<property name="visible">True</property> |
|---|
| 49 |
<property name="label">gtk-new</property> |
|---|
| 50 |
<property name="use_stock">True</property> |
|---|
| 51 |
<signal name="activate" handler="on_new1_activate" last_modification_time="Tue, 17 Jan 2006 05:43:42 GMT"/> |
|---|
| 52 |
</widget> |
|---|
| 53 |
</child> |
|---|
| 54 |
|
|---|
| 55 |
<child> |
|---|
| 56 |
<widget class="GtkImageMenuItem" id="open1"> |
|---|
| 57 |
<property name="visible">True</property> |
|---|
| 58 |
<property name="label">gtk-open</property> |
|---|
| 59 |
<property name="use_stock">True</property> |
|---|
| 60 |
<signal name="activate" handler="on_open1_activate" last_modification_time="Tue, 17 Jan 2006 05:43:42 GMT"/> |
|---|
| 61 |
</widget> |
|---|
| 62 |
</child> |
|---|
| 63 |
|
|---|
| 64 |
<child> |
|---|
| 65 |
<widget class="GtkImageMenuItem" id="save1"> |
|---|
| 66 |
<property name="visible">True</property> |
|---|
| 67 |
<property name="label">gtk-save</property> |
|---|
| 68 |
<property name="use_stock">True</property> |
|---|
| 69 |
<signal name="activate" handler="on_save1_activate" last_modification_time="Tue, 17 Jan 2006 05:43:42 GMT"/> |
|---|
| 70 |
</widget> |
|---|
| 71 |
</child> |
|---|
| 72 |
|
|---|
| 73 |
<child> |
|---|
| 74 |
<widget class="GtkSeparatorMenuItem" id="separatormenuitem1"> |
|---|
| 75 |
<property name="visible">True</property> |
|---|
| 76 |
</widget> |
|---|
| 77 |
</child> |
|---|
| 78 |
|
|---|
| 79 |
<child> |
|---|
| 80 |
<widget class="GtkImageMenuItem" id="quit1"> |
|---|
| 81 |
<property name="visible">True</property> |
|---|
| 82 |
<property name="label">gtk-quit</property> |
|---|
| 83 |
<property name="use_stock">True</property> |
|---|
| 84 |
<signal name="activate" handler="on_quit1_activate" last_modification_time="Tue, 17 Jan 2006 05:43:42 GMT"/> |
|---|
| 85 |
</widget> |
|---|
| 86 |
</child> |
|---|
| 87 |
</widget> |
|---|
| 88 |
</child> |
|---|
| 89 |
</widget> |
|---|
| 90 |
</child> |
|---|
| 91 |
|
|---|
| 92 |
<child> |
|---|
| 93 |
<widget class="GtkMenuItem" id="menuitem2"> |
|---|
| 94 |
<property name="visible">True</property> |
|---|
| 95 |
<property name="label" translatable="yes">_Edit</property> |
|---|
| 96 |
<property name="use_underline">True</property> |
|---|
| 97 |
|
|---|
| 98 |
<child> |
|---|
| 99 |
<widget class="GtkMenu" id="menuitem2_menu"> |
|---|
| 100 |
|
|---|
| 101 |
<child> |
|---|
| 102 |
<widget class="GtkSeparatorMenuItem" id="separator1"> |
|---|
| 103 |
<property name="visible">True</property> |
|---|
| 104 |
</widget> |
|---|
| 105 |
</child> |
|---|
| 106 |
|
|---|
| 107 |
<child> |
|---|
| 108 |
<widget class="GtkImageMenuItem" id="preferences1"> |
|---|
| 109 |
<property name="visible">True</property> |
|---|
| 110 |
<property name="label">gtk-preferences</property> |
|---|
| 111 |
<property name="use_stock">True</property> |
|---|
| 112 |
<signal name="activate" handler="on_open1_activate" last_modification_time="Fri, 21 Apr 2006 17:50:28 GMT"/> |
|---|
| 113 |
</widget> |
|---|
| 114 |
</child> |
|---|
| 115 |
</widget> |
|---|
| 116 |
</child> |
|---|
| 117 |
</widget> |
|---|
| 118 |
</child> |
|---|
| 119 |
|
|---|
| 120 |
<child> |
|---|
| 121 |
<widget class="GtkMenuItem" id="menuitem4"> |
|---|
| 122 |
<property name="visible">True</property> |
|---|
| 123 |
<property name="label" translatable="yes">_Help</property> |
|---|
| 124 |
<property name="use_underline">True</property> |
|---|
| 125 |
|
|---|
| 126 |
<child> |
|---|
| 127 |
<widget class="GtkMenu" id="menuitem4_menu"> |
|---|
| 128 |
|
|---|
| 129 |
<child> |
|---|
| 130 |
<widget class="GtkImageMenuItem" id="about1"> |
|---|
| 131 |
<property name="visible">True</property> |
|---|
| 132 |
<property name="label">gtk-about</property> |
|---|
| 133 |
<property name="use_stock">True</property> |
|---|
| 134 |
<signal name="activate" handler="on_about1_activate" last_modification_time="Tue, 17 Jan 2006 05:43:42 GMT"/> |
|---|
| 135 |
</widget> |
|---|
| 136 |
</child> |
|---|
| 137 |
</widget> |
|---|
| 138 |
</child> |
|---|
| 139 |
</widget> |
|---|
| 140 |
</child> |
|---|
| 141 |
</widget> |
|---|
| 142 |
<packing> |
|---|
| 143 |
<property name="padding">0</property> |
|---|
| 144 |
<property name="expand">False</property> |
|---|
| 145 |
<property name="fill">False</property> |
|---|
| 146 |
</packing> |
|---|
| 147 |
</child> |
|---|
| 148 |
|
|---|
| 149 |
<child> |
|---|
| 150 |
<widget class="GtkToolbar" id="toolbar1"> |
|---|
| 151 |
<property name="visible">True</property> |
|---|
| 152 |
<property name="orientation">GTK_ORIENTATION_HORIZONTAL</property> |
|---|
| 153 |
<property name="toolbar_style">GTK_TOOLBAR_BOTH</property> |
|---|
| 154 |
<property name="tooltips">True</property> |
|---|
| 155 |
<property name="show_arrow">True</property> |
|---|
| 156 |
|
|---|
| 157 |
<child> |
|---|
| 158 |
<widget class="GtkMenuToolButton" id="button_new"> |
|---|
| 159 |
<property name="visible">True</property> |
|---|
| 160 |
<property name="stock_id">gtk-new</property> |
|---|
| 161 |
<property name="visible_horizontal">True</property> |
|---|
| 162 |
<property name="visible_vertical">True</property> |
|---|
| 163 |
<property name="is_important">False</property> |
|---|
| 164 |
<signal name="clicked" handler="on_new1_activate" last_modification_time="Fri, 21 Apr 2006 20:12:49 GMT"/> |
|---|
| 165 |
</widget> |
|---|
| 166 |
<packing> |
|---|
| 167 |
<property name="expand">False</property> |
|---|
| 168 |
<property name="homogeneous">False</property> |
|---|
| 169 |
</packing> |
|---|
| 170 |
</child> |
|---|
| 171 |
|
|---|
| 172 |
<child> |
|---|
| 173 |
<widget class="GtkToolButton" id="button_open"> |
|---|
| 174 |
<property name="visible">True</property> |
|---|
| 175 |
<property name="stock_id">gtk-open</property> |
|---|
| 176 |
<property name="visible_horizontal">True</property> |
|---|
| 177 |
<property name="visible_vertical">True</property> |
|---|
| 178 |
<property name="is_important">False</property> |
|---|
| 179 |
<signal name="clicked" handler="on_open1_activate" last_modification_time="Fri, 21 Apr 2006 17:50:15 GMT"/> |
|---|
| 180 |
</widget> |
|---|
| 181 |
<packing> |
|---|
| 182 |
<property name="expand">False</property> |
|---|
| 183 |
<property name="homogeneous">True</property> |
|---|
| 184 |
</packing> |
|---|
| 185 |
</child> |
|---|
| 186 |
|
|---|
| 187 |
<child> |
|---|
| 188 |
<widget class="GtkToolButton" id="button_save"> |
|---|
| 189 |
<property name="visible">True</property> |
|---|
| 190 |
<property name="stock_id">gtk-save</property> |
|---|
| 191 |
<property name="visible_horizontal">True</property> |
|---|
| 192 |
<property name="visible_vertical">True</property> |
|---|
| 193 |
<property name="is_important">False</property> |
|---|
| 194 |
<signal name="clicked" handler="on_save1_activate" last_modification_time="Tue, 24 Jan 2006 16:27:04 GMT"/> |
|---|
| 195 |
</widget> |
|---|
| 196 |
<packing> |
|---|
| 197 |
<property name="expand">False</property> |
|---|
| 198 |
<property name="homogeneous">True</property> |
|---|
| 199 |
</packing> |
|---|
| 200 |
</child> |
|---|
| 201 |
|
|---|
| 202 |
<child> |
|---|
| 203 |
<widget class="GtkToolButton" id="button_delete"> |
|---|
| 204 |
<property name="visible">True</property> |
|---|
| 205 |
<property name="stock_id">gtk-delete</property> |
|---|
| 206 |
<property name="visible_horizontal">True</property> |
|---|
| 207 |
<property name="visible_vertical">True</property> |
|---|
| 208 |
<property name="is_important">False</property> |
|---|
| 209 |
<signal name="clicked" handler="on_button_delete_clicked" last_modification_time="Fri, 31 Mar 2006 22:44:25 GMT"/> |
|---|
| 210 |
</widget> |
|---|
| 211 |
<packing> |
|---|
| 212 |
<property name="expand">False</property> |
|---|
| 213 |
<property name="homogeneous">True</property> |
|---|
| 214 |
</packing> |
|---|
| 215 |
</child> |
|---|
| 216 |
|
|---|
| 217 |
<child> |
|---|
| 218 |
<widget class="GtkSeparatorToolItem" id="separatortoolitem1"> |
|---|
| 219 |
<property name="visible">True</property> |
|---|
| 220 |
<property name="draw">True</property> |
|---|
| 221 |
<property name="visible_horizontal">True</property> |
|---|
| 222 |
<property name="visible_vertical">True</property> |
|---|
| 223 |
</widget> |
|---|
| 224 |
<packing> |
|---|
| 225 |
<property name="expand">False</property> |
|---|
| 226 |
<property name="homogeneous">False</property> |
|---|
| 227 |
</packing> |
|---|
| 228 |
</child> |
|---|
| 229 |
|
|---|
| 230 |
<child> |
|---|
| 231 |
<widget class="GtkToolButton" id="button_sync"> |
|---|
| 232 |
<property name="visible">True</property> |
|---|
| 233 |
<property name="label" translatable="yes">Sync</property> |
|---|
| 234 |
<property name="use_underline">True</property> |
|---|
| 235 |
<property name="stock_id">gtk-refresh</property> |
|---|
| 236 |
<property name="visible_horizontal">True</property> |
|---|
| 237 |
<property name="visible_vertical">True</property> |
|---|
| 238 |
<property name="is_important">False</property> |
|---|
| 239 |
<signal name="clicked" handler="on_button_sync_clicked" last_modification_time="Mon, 10 Apr 2006 14:02:53 GMT"/> |
|---|
| 240 |
</widget> |
|---|
| 241 |
<packing> |
|---|
| 242 |
<property name="expand">False</property> |
|---|
| 243 |
<property name="homogeneous">True</property> |
|---|
| 244 |
</packing> |
|---|
| 245 |
</child> |
|---|
| 246 |
|
|---|
| 247 |
<child> |
|---|
| 248 |
<widget class="GtkToggleToolButton" id="toggle_connect"> |
|---|
| 249 |
<property name="visible">True</property> |
|---|
| 250 |
<property name="label" translatable="yes">Connect</property> |
|---|
| 251 |
<property name="use_underline">True</property> |
|---|
| 252 |
<property name="stock_id">gtk-disconnect</property> |
|---|
| 253 |
<property name="visible_horizontal">True</property> |
|---|
| 254 |
<property name="visible_vertical">True</property> |
|---|
| 255 |
<property name="is_important">False</property> |
|---|
| 256 |
<property name="active">False</property> |
|---|
| 257 |
<signal name="toggled" handler="on_toggle_connect_toggled" last_modification_time="Thu, 20 Apr 2006 08:03:23 GMT"/> |
|---|
| 258 |
</widget> |
|---|
| 259 |
<packing> |
|---|
| 260 |
<property name="expand">False</property> |
|---|
| 261 |
<property name="homogeneous">True</property> |
|---|
| 262 |
</packing> |
|---|
| 263 |
</child> |
|---|
| 264 |
</widget> |
|---|
| 265 |
<packing> |
|---|
| 266 |
<property name="padding">0</property> |
|---|
| 267 |
<property name="expand">False</property> |
|---|
| 268 |
<property name="fill">False</property> |
|---|
| 269 |
</packing> |
|---|
| 270 |
</child> |
|---|
| 271 |
|
|---|
| 272 |
<child> |
|---|
| 273 |
<widget class="GtkHPaned" id="hpaned1"> |
|---|
| 274 |
<property name="visible">True</property> |
|---|
| 275 |
<property name="can_focus">True</property> |
|---|
| 276 |
<property name="position">110</property> |
|---|
| 277 |
|
|---|
| 278 |
<child> |
|---|
| 279 |
<widget class="GtkScrolledWindow" id="scrolledwindow1"> |
|---|
| 280 |
<property name="visible">True</property> |
|---|
| 281 |
<property name="can_focus">True</property> |
|---|
| 282 |
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 283 |
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 284 |
<property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 285 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 286 |
|
|---|
| 287 |
<child> |
|---|
| 288 |
<widget class="GtkTreeView" id="treeview1"> |
|---|
| 289 |
<property name="visible">True</property> |
|---|
| 290 |
<property name="can_focus">True</property> |
|---|
| 291 |
<property name="headers_visible">True</property> |
|---|
| 292 |
<property name="rules_hint">False</property> |
|---|
| 293 |
<property name="reorderable">True</property> |
|---|
| 294 |
<property name="enable_search">True</property> |
|---|
| 295 |
<property name="fixed_height_mode">False</property> |
|---|
| 296 |
<property name="hover_selection">False</property> |
|---|
| 297 |
<property name="hover_expand">False</property> |
|---|
| 298 |
<signal name="row_activated" handler="on_treeview1_row_activated" last_modification_time="Tue, 24 Jan 2006 03:41:46 GMT"/> |
|---|
| 299 |
</widget> |
|---|
| 300 |
</child> |
|---|
| 301 |
</widget> |
|---|
| 302 |
<packing> |
|---|
| 303 |
<property name="shrink">True</property> |
|---|
| 304 |
<property name="resize">False</property> |
|---|
| 305 |
</packing> |
|---|
| 306 |
</child> |
|---|
| 307 |
|
|---|
| 308 |
<child> |
|---|
| 309 |
<widget class="GtkNotebook" id="notebook"> |
|---|
| 310 |
<property name="width_request">500</property> |
|---|
| 311 |
<property name="visible">True</property> |
|---|
| 312 |
<property name="can_focus">True</property> |
|---|
| 313 |
<property name="show_tabs">True</property> |
|---|
| 314 |
<property name="show_border">True</property> |
|---|
| 315 |
<property name="tab_pos">GTK_POS_TOP</property> |
|---|
| 316 |
<property name="scrollable">False</property> |
|---|
| 317 |
<property name="enable_popup">False</property> |
|---|
| 318 |
|
|---|
| 319 |
<child> |
|---|
| 320 |
<widget class="GtkScrolledWindow" id="scrolledwindow2"> |
|---|
| 321 |
<property name="visible">True</property> |
|---|
| 322 |
<property name="can_focus">True</property> |
|---|
| 323 |
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 324 |
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 325 |
<property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 326 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 327 |
|
|---|
| 328 |
<child> |
|---|
| 329 |
<widget class="GtkViewport" id="viewport_main"> |
|---|
| 330 |
<property name="visible">True</property> |
|---|
| 331 |
<property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 332 |
|
|---|
| 333 |
<child> |
|---|
| 334 |
<widget class="GtkVBox" id="vbox2"> |
|---|
| 335 |
<property name="visible">True</property> |
|---|
| 336 |
<property name="homogeneous">False</property> |
|---|
| 337 |
<property name="spacing">0</property> |
|---|
| 338 |
|
|---|
| 339 |
<child> |
|---|
| 340 |
<widget class="GtkEntry" id="entry_main"> |
|---|
| 341 |
<property name="visible">True</property> |
|---|
| 342 |
<property name="can_focus">True</property> |
|---|
| 343 |
<property name="editable">True</property> |
|---|
| 344 |
<property name="visibility">True</property> |
|---|
| 345 |
<property name="max_length">0</property> |
|---|
| 346 |
<property name="text" translatable="yes"></property> |
|---|
| 347 |
<property name="has_frame">True</property> |
|---|
| 348 |
<property name="invisible_char">*</property> |
|---|
| 349 |
<property name="activates_default">False</property> |
|---|
| 350 |
</widget> |
|---|
| 351 |
<packing> |
|---|
| 352 |
<property name="padding">5</property> |
|---|
| 353 |
<property name="expand">False</property> |
|---|
| 354 |
<property name="fill">False</property> |
|---|
| 355 |
</packing> |
|---|
| 356 |
</child> |
|---|
| 357 |
|
|---|
| 358 |
<child> |
|---|
| 359 |
<widget class="GtkTextView" id="textview_main"> |
|---|
| 360 |
<property name="visible">True</property> |
|---|
| 361 |
<property name="can_focus">True</property> |
|---|
| 362 |
<property name="editable">True</property> |
|---|
| 363 |
<property name="overwrite">False</property> |
|---|
| 364 |
<property name="accepts_tab">True</property> |
|---|
| 365 |
<property name="justification">GTK_JUSTIFY_LEFT</property> |
|---|
| 366 |
<property name="wrap_mode">GTK_WRAP_WORD</property> |
|---|
| 367 |
<property name="cursor_visible">True</property> |
|---|
| 368 |
<property name="pixels_above_lines">0</property> |
|---|
| 369 |
<property name="pixels_below_lines">0</property> |
|---|
| 370 |
<property name="pixels_inside_wrap">0</property> |
|---|
| 371 |
<property name="left_margin">0</property> |
|---|
| 372 |
<property name="right_margin">0</property> |
|---|
| 373 |
<property name="indent">0</property> |
|---|
| 374 |
<property name="text" translatable="yes"></property> |
|---|
| 375 |
<signal name="copy_clipboard" handler="copy" last_modification_time="Fri, 21 Apr 2006 20:09:37 GMT"/> |
|---|
| 376 |
</widget> |
|---|
| 377 |
<packing> |
|---|
| 378 |
<property name="padding">1</property> |
|---|
| 379 |
<property name="expand">True</property> |
|---|
| 380 |
<property name="fill">True</property> |
|---|
| 381 |
</packing> |
|---|
| 382 |
</child> |
|---|
| 383 |
</widget> |
|---|
| 384 |
</child> |
|---|
| 385 |
</widget> |
|---|
| 386 |
</child> |
|---|
| 387 |
</widget> |
|---|
| 388 |
<packing> |
|---|
| 389 |
<property name="tab_expand">False</property> |
|---|
| 390 |
<property name="tab_fill">True</property> |
|---|
| 391 |
</packing> |
|---|
| 392 |
</child> |
|---|
| 393 |
|
|---|
| 394 |
<child> |
|---|
| 395 |
<widget class="GtkLabel" id="lbl_main"> |
|---|
| 396 |
<property name="visible">True</property> |
|---|
| 397 |
<property name="label" translatable="yes">Main</property> |
|---|
| 398 |
<property name="use_underline">False</property> |
|---|
| 399 |
<property name="use_markup">False</property> |
|---|
| 400 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 401 |
<property name="wrap">False</property> |
|---|
| 402 |
<property name="selectable">False</property> |
|---|
| 403 |
<property name="xalign">0.5</property> |
|---|
| 404 |
<property name="yalign">0.5</property> |
|---|
| 405 |
<property name="xpad">0</property> |
|---|
| 406 |
<property name="ypad">0</property> |
|---|
| 407 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 408 |
<property name="width_chars">-1</property> |
|---|
| 409 |
<property name="single_line_mode">False</property> |
|---|
| 410 |
<property name="angle">0</property> |
|---|
| 411 |
</widget> |
|---|
| 412 |
<packing> |
|---|
| 413 |
<property name="type">tab</property> |
|---|
| 414 |
</packing> |
|---|
| 415 |
</child> |
|---|
| 416 |
|
|---|
| 417 |
<child> |
|---|
| 418 |
<widget class="GtkScrolledWindow" id="scrolledwindow9"> |
|---|
| 419 |
<property name="visible">True</property> |
|---|
| 420 |
<property name="can_focus">True</property> |
|---|
| 421 |
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 422 |
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 423 |
<property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 424 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 425 |
|
|---|
| 426 |
<child> |
|---|
| 427 |
<widget class="GtkViewport" id="viewport5"> |
|---|
| 428 |
<property name="visible">True</property> |
|---|
| 429 |
<property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 430 |
|
|---|
| 431 |
<child> |
|---|
| 432 |
<widget class="GtkVPaned" id="vpaned_lists"> |
|---|
| 433 |
<property name="visible">True</property> |
|---|
| 434 |
<property name="can_focus">True</property> |
|---|
| 435 |
<signal name="focus" handler="on_tab_focus" last_modification_time="Thu, 18 Jan 2007 07:40:16 GMT"/> |
|---|
| 436 |
|
|---|
| 437 |
<child> |
|---|
| 438 |
<widget class="GtkScrolledWindow" id="scrolledwindow20"> |
|---|
| 439 |
<property name="visible">True</property> |
|---|
| 440 |
<property name="can_focus">True</property> |
|---|
| 441 |
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 442 |
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 443 |
<property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 444 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 445 |
|
|---|
| 446 |
<child> |
|---|
| 447 |
<widget class="GtkTreeView" id="treeview_lists"> |
|---|
| 448 |
<property name="visible">True</property> |
|---|
| 449 |
<property name="can_focus">True</property> |
|---|
| 450 |
<property name="headers_visible">True</property> |
|---|
| 451 |
<property name="rules_hint">False</property> |
|---|
| 452 |
<property name="reorderable">False</property> |
|---|
| 453 |
<property name="enable_search">True</property> |
|---|
| 454 |
<property name="fixed_height_mode">False</property> |
|---|
| 455 |
<property name="hover_selection">False</property> |
|---|
| 456 |
<property name="hover_expand">False</property> |
|---|
| 457 |
<signal name="cursor_changed" handler="on_treeview_lists_row_activated" last_modification_time="Fri, 10 Nov 2006 03:43:33 GMT"/> |
|---|
| 458 |
<signal name="row_activated" handler="on_treeview_lists_row_activated" last_modification_time="Tue, 07 Nov 2006 04:31:41 GMT"/> |
|---|
| 459 |
</widget> |
|---|
| 460 |
</child> |
|---|
| 461 |
</widget> |
|---|
| 462 |
<packing> |
|---|
| 463 |
<property name="shrink">True</property> |
|---|
| 464 |
<property name="resize">False</property> |
|---|
| 465 |
</packing> |
|---|
| 466 |
</child> |
|---|
| 467 |
|
|---|
| 468 |
<child> |
|---|
| 469 |
<widget class="GtkScrolledWindow" id="scrolledwindow21"> |
|---|
| 470 |
<property name="visible">True</property> |
|---|
| 471 |
<property name="can_focus">True</property> |
|---|
| 472 |
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 473 |
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 474 |
<property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 475 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 476 |
|
|---|
| 477 |
<child> |
|---|
| 478 |
<widget class="GtkTreeView" id="treeview_list_items"> |
|---|
| 479 |
<property name="visible">True</property> |
|---|
| 480 |
<property name="can_focus">True</property> |
|---|
| 481 |
<property name="headers_visible">True</property> |
|---|
| 482 |
<property name="rules_hint">False</property> |
|---|
| 483 |
<property name="reorderable">False</property> |
|---|
| 484 |
<property name="enable_search">True</property> |
|---|
| 485 |
<property name="fixed_height_mode">False</property> |
|---|
| 486 |
<property name="hover_selection">False</property> |
|---|
| 487 |
<property name="hover_expand">False</property> |
|---|
| 488 |
<signal name="toggle_cursor_row" handler="on_treeview_list_toggle_cursor_row" last_modification_time="Tue, 24 Jan 2006 23:35:13 GMT"/> |
|---|
| 489 |
</widget> |
|---|
| 490 |
</child> |
|---|
| 491 |
</widget> |
|---|
| 492 |
<packing> |
|---|
| 493 |
<property name="shrink">True</property> |
|---|
| 494 |
<property name="resize">True</property> |
|---|
| 495 |
</packing> |
|---|
| 496 |
</child> |
|---|
| 497 |
</widget> |
|---|
| 498 |
</child> |
|---|
| 499 |
</widget> |
|---|
| 500 |
</child> |
|---|
| 501 |
</widget> |
|---|
| 502 |
<packing> |
|---|
| 503 |
<property name="tab_expand">False</property> |
|---|
| 504 |
<property name="tab_fill">True</property> |
|---|
| 505 |
</packing> |
|---|
| 506 |
</child> |
|---|
| 507 |
|
|---|
| 508 |
<child> |
|---|
| 509 |
<widget class="GtkLabel" id="lbl_lists"> |
|---|
| 510 |
<property name="visible">True</property> |
|---|
| 511 |
<property name="label" translatable="yes">Lists</property> |
|---|
| 512 |
<property name="use_underline">False</property> |
|---|
| 513 |
<property name="use_markup">False</property> |
|---|
| 514 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 515 |
<property name="wrap">False</property> |
|---|
| 516 |
<property name="selectable">False</property> |
|---|
| 517 |
<property name="xalign">0.5</property> |
|---|
| 518 |
<property name="yalign">0.5</property> |
|---|
| 519 |
<property name="xpad">0</property> |
|---|
| 520 |
<property name="ypad">0</property> |
|---|
| 521 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 522 |
<property name="width_chars">-1</property> |
|---|
| 523 |
<property name="single_line_mode">False</property> |
|---|
| 524 |
<property name="angle">0</property> |
|---|
| 525 |
</widget> |
|---|
| 526 |
<packing> |
|---|
| 527 |
<property name="type">tab</property> |
|---|
| 528 |
</packing> |
|---|
| 529 |
</child> |
|---|
| 530 |
|
|---|
| 531 |
<child> |
|---|
| 532 |
<widget class="GtkScrolledWindow" id="scrolledwindow4"> |
|---|
| 533 |
<property name="visible">True</property> |
|---|
| 534 |
<property name="can_focus">True</property> |
|---|
| 535 |
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 536 |
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 537 |
<property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 538 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 539 |
|
|---|
| 540 |
<child> |
|---|
| 541 |
<widget class="GtkViewport" id="viewport2"> |
|---|
| 542 |
<property name="visible">True</property> |
|---|
| 543 |
<property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 544 |
|
|---|
| 545 |
<child> |
|---|
| 546 |
<widget class="GtkVPaned" id="vpaned1"> |
|---|
| 547 |
<property name="visible">True</property> |
|---|
| 548 |
<property name="can_focus">True</property> |
|---|
| 549 |
<property name="position">100</property> |
|---|
| 550 |
<signal name="focus" handler="on_tab_focus" last_modification_time="Thu, 18 Jan 2007 07:41:18 GMT"/> |
|---|
| 551 |
|
|---|
| 552 |
<child> |
|---|
| 553 |
<widget class="GtkScrolledWindow" id="scrolledwindow15"> |
|---|
| 554 |
<property name="visible">True</property> |
|---|
| 555 |
<property name="can_focus">True</property> |
|---|
| 556 |
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 557 |
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 558 |
<property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 559 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 560 |
|
|---|
| 561 |
<child> |
|---|
| 562 |
<widget class="GtkTreeView" id="treeview_notes"> |
|---|
| 563 |
<property name="visible">True</property> |
|---|
| 564 |
<property name="can_focus">True</property> |
|---|
| 565 |
<property name="headers_visible">True</property> |
|---|
| 566 |
<property name="rules_hint">False</property> |
|---|
| 567 |
<property name="reorderable">False</property> |
|---|
| 568 |
<property name="enable_search">True</property> |
|---|
| 569 |
<property name="fixed_height_mode">False</property> |
|---|
| 570 |
<property name="hover_selection">False</property> |
|---|
| 571 |
<property name="hover_expand">False</property> |
|---|
| 572 |
<signal name="cursor_changed" handler="on_treeview_notes_row_activated" last_modification_time="Fri, 24 Mar 2006 23:43:43 GMT"/> |
|---|
| 573 |
<signal name="row_activated" handler="on_treeview_notes_row_activated" last_modification_time="Fri, 24 Mar 2006 23:43:10 GMT"/> |
|---|
| 574 |
</widget> |
|---|
| 575 |
</child> |
|---|
| 576 |
</widget> |
|---|
| 577 |
<packing> |
|---|
| 578 |
<property name="shrink">True</property> |
|---|
| 579 |
<property name="resize">False</property> |
|---|
| 580 |
</packing> |
|---|
| 581 |
</child> |
|---|
| 582 |
|
|---|
| 583 |
<child> |
|---|
| 584 |
<widget class="GtkScrolledWindow" id="scrolledwindow16"> |
|---|
| 585 |
<property name="visible">True</property> |
|---|
| 586 |
<property name="can_focus">True</property> |
|---|
| 587 |
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 588 |
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 589 |
<property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 590 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 591 |
|
|---|
| 592 |
<child> |
|---|
| 593 |
<widget class="GtkTextView" id="textview_notes"> |
|---|
| 594 |
<property name="visible">True</property> |
|---|
| 595 |
<property name="can_focus">True</property> |
|---|
| 596 |
<property name="editable">True</property> |
|---|
| 597 |
<property name="overwrite">False</property> |
|---|
| 598 |
<property name="accepts_tab">True</property> |
|---|
| 599 |
<property name="justification">GTK_JUSTIFY_LEFT</property> |
|---|
| 600 |
<property name="wrap_mode">GTK_WRAP_WORD</property> |
|---|
| 601 |
<property name="cursor_visible">True</property> |
|---|
| 602 |
<property name="pixels_above_lines">0</property> |
|---|
| 603 |
<property name="pixels_below_lines">0</property> |
|---|
| 604 |
<property name="pixels_inside_wrap">0</property> |
|---|
| 605 |
<property name="left_margin">0</property> |
|---|
| 606 |
<property name="right_margin">0</property> |
|---|
| 607 |
<property name="indent">0</property> |
|---|
| 608 |
<property name="text" translatable="yes"></property> |
|---|
| 609 |
</widget> |
|---|
| 610 |
</child> |
|---|
| 611 |
</widget> |
|---|
| 612 |
<packing> |
|---|
| 613 |
<property name="shrink">True</property> |
|---|
| 614 |
<property name="resize">True</property> |
|---|
| 615 |
</packing> |
|---|
| 616 |
</child> |
|---|
| 617 |
</widget> |
|---|
| 618 |
</child> |
|---|
| 619 |
</widget> |
|---|
| 620 |
</child> |
|---|
| 621 |
</widget> |
|---|
| 622 |
<packing> |
|---|
| 623 |
<property name="tab_expand">False</property> |
|---|
| 624 |
<property name="tab_fill">True</property> |
|---|
| 625 |
</packing> |
|---|
| 626 |
</child> |
|---|
| 627 |
|
|---|
| 628 |
<child> |
|---|
| 629 |
<widget class="GtkLabel" id="lbl_notes"> |
|---|
| 630 |
<property name="visible">True</property> |
|---|
| 631 |
<property name="label" translatable="yes">Notes</property> |
|---|
| 632 |
<property name="use_underline">False</property> |
|---|
| 633 |
<property name="use_markup">False</property> |
|---|
| 634 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 635 |
<property name="wrap">False</property> |
|---|
| 636 |
<property name="selectable">False</property> |
|---|
| 637 |
<property name="xalign">0.5</property> |
|---|
| 638 |
<property name="yalign">0.5</property> |
|---|
| 639 |
<property name="xpad">0</property> |
|---|
| 640 |
<property name="ypad">0</property> |
|---|
| 641 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 642 |
<property name="width_chars">-1</property> |
|---|
| 643 |
<property name="single_line_mode">False</property> |
|---|
| 644 |
<property name="angle">0</property> |
|---|
| 645 |
</widget> |
|---|
| 646 |
<packing> |
|---|
| 647 |
<property name="type">tab</property> |
|---|
| 648 |
</packing> |
|---|
| 649 |
</child> |
|---|
| 650 |
|
|---|
| 651 |
<child> |
|---|
| 652 |
<widget class="GtkScrolledWindow" id="scrolledwindow10"> |
|---|
| 653 |
<property name="visible">True</property> |
|---|
| 654 |
<property name="can_focus">True</property> |
|---|
| 655 |
<property name="hscrollbar_policy">GTK_POLICY_NEVER</property> |
|---|
| 656 |
<property name="vscrollbar_policy">GTK_POLICY_NEVER</property> |
|---|
| 657 |
<property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 658 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 659 |
|
|---|
| 660 |
<child> |
|---|
| 661 |
<widget class="GtkViewport" id="viewport3"> |
|---|
| 662 |
<property name="visible">True</property> |
|---|
| 663 |
<property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 664 |
|
|---|
| 665 |
<child> |
|---|
| 666 |
<widget class="GtkVPaned" id="vpaned2"> |
|---|
| 667 |
<property name="visible">True</property> |
|---|
| 668 |
<property name="can_focus">True</property> |
|---|
| 669 |
<property name="position">100</property> |
|---|
| 670 |
|
|---|
| 671 |
<child> |
|---|
| 672 |
<widget class="GtkScrolledWindow" id="scrolledwindow17"> |
|---|
| 673 |
<property name="visible">True</property> |
|---|
| 674 |
<property name="can_focus">True</property> |
|---|
| 675 |
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 676 |
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 677 |
<property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 678 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 679 |
|
|---|
| 680 |
<child> |
|---|
| 681 |
<widget class="GtkTreeView" id="treeview_emails"> |
|---|
| 682 |
<property name="visible">True</property> |
|---|
| 683 |
<property name="can_focus">True</property> |
|---|
| 684 |
<property name="headers_visible">True</property> |
|---|
| 685 |
<property name="rules_hint">False</property> |
|---|
| 686 |
<property name="reorderable">False</property> |
|---|
| 687 |
<property name="enable_search">True</property> |
|---|
| 688 |
<property name="fixed_height_mode">False</property> |
|---|
| 689 |
<property name="hover_selection">False</property> |
|---|
| 690 |
<property name="hover_expand">False</property> |
|---|
| 691 |
<signal name="cursor_changed" handler="on_treeview_emails_row_activated" last_modification_time="Thu, 30 Mar 2006 18:45:04 GMT"/> |
|---|
| 692 |
<signal name="row_activated" handler="on_treeview_emails_row_activated" last_modification_time="Thu, 30 Mar 2006 18:44:58 GMT"/> |
|---|
| 693 |
</widget> |
|---|
| 694 |
</child> |
|---|
| 695 |
</widget> |
|---|
| 696 |
<packing> |
|---|
| 697 |
<property name="shrink">True</property> |
|---|
| 698 |
<property name="resize">False</property> |
|---|
| 699 |
</packing> |
|---|
| 700 |
</child> |
|---|
| 701 |
|
|---|
| 702 |
<child> |
|---|
| 703 |
<widget class="GtkScrolledWindow" id="scrolledwindow18"> |
|---|
| 704 |
<property name="visible">True</property> |
|---|
| 705 |
<property name="can_focus">True</property> |
|---|
| 706 |
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 707 |
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 708 |
<property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 709 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 710 |
|
|---|
| 711 |
<child> |
|---|
| 712 |
<widget class="GtkTextView" id="textview_emails"> |
|---|
| 713 |
<property name="visible">True</property> |
|---|
| 714 |
<property name="can_focus">True</property> |
|---|
| 715 |
<property name="editable">True</property> |
|---|
| 716 |
<property name="overwrite">False</property> |
|---|
| 717 |
<property name="accepts_tab">True</property> |
|---|
| 718 |
<property name="justification">GTK_JUSTIFY_LEFT</property> |
|---|
| 719 |
<property name="wrap_mode">GTK_WRAP_WORD</property> |
|---|
| 720 |
<property name="cursor_visible">True</property> |
|---|
| 721 |
<property name="pixels_above_lines">0</property> |
|---|
| 722 |
<property name="pixels_below_lines">0</property> |
|---|
| 723 |
<property name="pixels_inside_wrap">0</property> |
|---|
| 724 |
<property name="left_margin">0</property> |
|---|
| 725 |
<property name="right_margin">0</property> |
|---|
| 726 |
<property name="indent">0</property> |
|---|
| 727 |
<property name="text" translatable="yes"></property> |
|---|
| 728 |
</widget> |
|---|
| 729 |
</child> |
|---|
| 730 |
</widget> |
|---|
| 731 |
<packing> |
|---|
| 732 |
<property name="shrink">True</property> |
|---|
| 733 |
<property name="resize">True</property> |
|---|
| 734 |
</packing> |
|---|
| 735 |
</child> |
|---|
| 736 |
</widget> |
|---|
| 737 |
</child> |
|---|
| 738 |
</widget> |
|---|
| 739 |
</child> |
|---|
| 740 |
</widget> |
|---|
| 741 |
<packing> |
|---|
| 742 |
<property name="tab_expand">False</property> |
|---|
| 743 |
<property name="tab_fill">True</property> |
|---|
| 744 |
</packing> |
|---|
| 745 |
</child> |
|---|
| 746 |
|
|---|
| 747 |
<child> |
|---|
| 748 |
<widget class="GtkLabel" id="lbl_emails"> |
|---|
| 749 |
<property name="visible">True</property> |
|---|
| 750 |
<property name="label" translatable="yes">Emails</property> |
|---|
| 751 |
<property name="use_underline">False</property> |
|---|
| 752 |
<property name="use_markup">False</property> |
|---|
| 753 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 754 |
<property name="wrap">False</property> |
|---|
| 755 |
<property name="selectable">False</property> |
|---|
| 756 |
<property name="xalign">0.5</property> |
|---|
| 757 |
<property name="yalign">0.5</property> |
|---|
| 758 |
<property name="xpad">0</property> |
|---|
| 759 |
<property name="ypad">0</property> |
|---|
| 760 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 761 |
<property name="width_chars">-1</property> |
|---|
| 762 |
<property name="single_line_mode">False</property> |
|---|
| 763 |
<property name="angle">0</property> |
|---|
| 764 |
</widget> |
|---|
| 765 |
<packing> |
|---|
| 766 |
<property name="type">tab</property> |
|---|
| 767 |
</packing> |
|---|
| 768 |
</child> |
|---|
| 769 |
|
|---|
| 770 |
<child> |
|---|
| 771 |
<widget class="GtkScrolledWindow" id="scrolledwindow8"> |
|---|
| 772 |
<property name="visible">True</property> |
|---|
| 773 |
<property name="can_focus">True</property> |
|---|
| 774 |
<property name="hscrollbar_policy">GTK_POLICY_NEVER</property> |
|---|
| 775 |
<property name="vscrollbar_policy">GTK_POLICY_NEVER</property> |
|---|
| 776 |
<property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 777 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 778 |
|
|---|
| 779 |
<child> |
|---|
| 780 |
<widget class="GtkViewport" id="viewport4"> |
|---|
| 781 |
<property name="visible">True</property> |
|---|
| 782 |
<property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 783 |
|
|---|
| 784 |
<child> |
|---|
| 785 |
<widget class="GtkVBox" id="vbox3"> |
|---|
| 786 |
<property name="visible">True</property> |
|---|
| 787 |
<property name="homogeneous">False</property> |
|---|
| 788 |
<property name="spacing">0</property> |
|---|
| 789 |
|
|---|
| 790 |
<child> |
|---|
| 791 |
<widget class="GtkHBox" id="hbox1"> |
|---|
| 792 |
<property name="visible">True</property> |
|---|
| 793 |
<property name="homogeneous">False</property> |
|---|
| 794 |
<property name="spacing">0</property> |
|---|
| 795 |
|
|---|
| 796 |
<child> |
|---|
| 797 |
<widget class="GtkComboBox" id="combo_links"> |
|---|
| 798 |
<property name="visible">True</property> |
|---|
| 799 |
<property name="items" translatable="yes"></property> |
|---|
| 800 |
<property name="add_tearoffs">False</property> |
|---|
| 801 |
<property name="focus_on_click">True</property> |
|---|
| 802 |
<signal name="changed" handler="on_combo_links_changed" last_modification_time="Sat, 01 Apr 2006 18:17:49 GMT"/> |
|---|
| 803 |
</widget> |
|---|
| 804 |
<packing> |
|---|
| 805 |
<property name="padding">0</property> |
|---|
| 806 |
<property name="expand">True</property> |
|---|
| 807 |
<property name="fill">True</property> |
|---|
| 808 |
</packing> |
|---|
| 809 |
</child> |
|---|
| 810 |
</widget> |
|---|
| 811 |
<packing> |
|---|
| 812 |
<property name="padding">0</property> |
|---|
| 813 |
<property name="expand">False</property> |
|---|
| 814 |
<property name="fill">True</property> |
|---|
| 815 |
</packing> |
|---|
| 816 |
</child> |
|---|
| 817 |
|
|---|
| 818 |
<child> |
|---|
| 819 |
<widget class="GtkScrolledWindow" id="scrolledwindow19"> |
|---|
| 820 |
<property name="visible">True</property> |
|---|
| 821 |
<property name="can_focus">True</property> |
|---|
| 822 |
<property name="hscrollbar_policy">GTK_POLICY_NEVER</property> |
|---|
| 823 |
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 824 |
<property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 825 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 826 |
|
|---|
| 827 |
<child> |
|---|
| 828 |
<widget class="GtkTreeView" id="treeview_links"> |
|---|
| 829 |
<property name="visible">True</property> |
|---|
| 830 |
<property name="can_focus">True</property> |
|---|
| 831 |
<property name="headers_visible">True</property> |
|---|
| 832 |
<property name="rules_hint">False</property> |
|---|
| 833 |
<property name="reorderable">False</property> |
|---|
| 834 |
<property name="enable_search">True</property> |
|---|
| 835 |
<property name="fixed_height_mode">False</property> |
|---|
| 836 |
<property name="hover_selection">False</property> |
|---|
| 837 |
<property name="hover_expand">False</property> |
|---|
| 838 |
</widget> |
|---|
| 839 |
</child> |
|---|
| 840 |
</widget> |
|---|
| 841 |
<packing> |
|---|
| 842 |
<property name="padding">0</property> |
|---|
| 843 |
<property name="expand">True</property> |
|---|
| 844 |
<property name="fill">True</property> |
|---|
| 845 |
</packing> |
|---|
| 846 |
</child> |
|---|
| 847 |
</widget> |
|---|
| 848 |
</child> |
|---|
| 849 |
</widget> |
|---|
| 850 |
</child> |
|---|
| 851 |
</widget> |
|---|
| 852 |
<packing> |
|---|
| 853 |
<property name="tab_expand">False</property> |
|---|
| 854 |
<property name="tab_fill">True</property> |
|---|
| 855 |
</packing> |
|---|
| 856 |
</child> |
|---|
| 857 |
|
|---|
| 858 |
<child> |
|---|
| 859 |
<widget class="GtkLabel" id="lbl_links"> |
|---|
| 860 |
<property name="visible">True</property> |
|---|
| 861 |
<property name="label" translatable="yes">Links</property> |
|---|
| 862 |
<property name="use_underline">False</property> |
|---|
| 863 |
<property name="use_markup">False</property> |
|---|
| 864 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 865 |
<property name="wrap">False</property> |
|---|
| 866 |
<property name="selectable">False</property> |
|---|
| 867 |
<property name="xalign">0.5</property> |
|---|
| 868 |
<property name="yalign">0.5</property> |
|---|
| 869 |
<property name="xpad">0</property> |
|---|
| 870 |
<property name="ypad">0</property> |
|---|
| 871 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 872 |
<property name="width_chars">-1</property> |
|---|
| 873 |
<property name="single_line_mode">False</property> |
|---|
| 874 |
<property name="angle">0</property> |
|---|
| 875 |
</widget> |
|---|
| 876 |
<packing> |
|---|
| 877 |
<property name="type">tab</property> |
|---|
| 878 |
</packing> |
|---|
| 879 |
</child> |
|---|
| 880 |
|
|---|
| 881 |
<child> |
|---|
| 882 |
<widget class="GtkScrolledWindow" id="scrolledwindow11"> |
|---|
| 883 |
<property name="visible">True</property> |
|---|
| 884 |
<property name="can_focus">True</property> |
|---|
| 885 |
<property name="hscrollbar_policy">GTK_POLICY_NEVER</property> |
|---|
| 886 |
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 887 |
<property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 888 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 889 |
<signal name="focus" handler="on_tab_focus" last_modification_time="Thu, 18 Jan 2007 07:42:28 GMT"/> |
|---|
| 890 |
|
|---|
| 891 |
<child> |
|---|
| 892 |
<widget class="GtkTextView" id="textview_tags"> |
|---|
| 893 |
<property name="visible">True</property> |
|---|
| 894 |
<property name="can_focus">True</property> |
|---|
| 895 |
<property name="editable">True</property> |
|---|
| 896 |
<property name="overwrite">False</property> |
|---|
| 897 |
<property name="accepts_tab">True</property> |
|---|
| 898 |
<property name="justification">GTK_JUSTIFY_LEFT</property> |
|---|
| 899 |
<property name="wrap_mode">GTK_WRAP_NONE</property> |
|---|
| 900 |
<property name="cursor_visible">True</property> |
|---|
| 901 |
<property name="pixels_above_lines">0</property> |
|---|
| 902 |
<property name="pixels_below_lines">0</property> |
|---|
| 903 |
<property name="pixels_inside_wrap">0</property> |
|---|
| 904 |
<property name="left_margin">0</property> |
|---|
| 905 |
<property name="right_margin">0</property> |
|---|
| 906 |
<property name="indent">0</property> |
|---|
| 907 |
<property name="text" translatable="yes"></property> |
|---|
| 908 |
</widget> |
|---|
| 909 |
</child> |
|---|
| 910 |
</widget> |
|---|
| 911 |
<packing> |
|---|
| 912 |
<property name="tab_expand">False</property> |
|---|
| 913 |
<property name="tab_fill">True</property> |
|---|
| 914 |
</packing> |
|---|
| 915 |
</child> |
|---|
| 916 |
|
|---|
| 917 |
<child> |
|---|
| 918 |
<widget class="GtkLabel" id="lbl_tags"> |
|---|
| 919 |
<property name="visible">True</property> |
|---|
| 920 |
<property name="label" translatable="yes">Tags</property> |
|---|
| 921 |
<property name="use_underline">False</property> |
|---|
| 922 |
<property name="use_markup">False</property> |
|---|
| 923 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 924 |
<property name="wrap">False</property> |
|---|
| 925 |
<property name="selectable">False</property> |
|---|
| 926 |
<property name="xalign">0.5</property> |
|---|
| 927 |
<property name="yalign">0.5</property> |
|---|
| 928 |
<property name="xpad">0</property> |
|---|
| 929 |
<property name="ypad">0</property> |
|---|
| 930 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 931 |
<property name="width_chars">-1</property> |
|---|
| 932 |
<property name="single_line_mode">False</property> |
|---|
| 933 |
<property name="angle">0</property> |
|---|
| 934 |
</widget> |
|---|
| 935 |
<packing> |
|---|
| 936 |
<property name="type">tab</property> |
|---|
| 937 |
</packing> |
|---|
| 938 |
</child> |
|---|
| 939 |
</widget> |
|---|
| 940 |
<packing> |
|---|
| 941 |
<property name="shrink">True</property> |
|---|
| 942 |
<property name="resize">True</property> |
|---|
| 943 |
</packing> |
|---|
| 944 |
</child> |
|---|
| 945 |
</widget> |
|---|
| 946 |
<packing> |
|---|
| 947 |
<property name="padding">0</property> |
|---|
| 948 |
<property name="expand">True</property> |
|---|
| 949 |
<property name="fill">True</property> |
|---|
| 950 |
</packing> |
|---|
| 951 |
</child> |
|---|
| 952 |
|
|---|
| 953 |
<child> |
|---|
| 954 |
<widget class="GtkStatusbar" id="statusbar1"> |
|---|
| 955 |
<property name="visible">True</property> |
|---|
| 956 |
<property name="has_resize_grip">True</property> |
|---|
| 957 |
</widget> |
|---|
| 958 |
<packing> |
|---|
| 959 |
<property name="padding">0</property> |
|---|
| 960 |
<property name="expand">False</property> |
|---|
| 961 |
<property name="fill">False</property> |
|---|
| 962 |
</packing> |
|---|
| 963 |
</child> |
|---|
| 964 |
</widget> |
|---|
| 965 |
</child> |
|---|
| 966 |
</widget> |
|---|
| 967 |
|
|---|
| 968 |
<widget class="GtkWindow" id="window_add_page"> |
|---|
| 969 |
<property name="visible">True</property> |
|---|
| 970 |
<property name="title" translatable="yes">Add new page</property> |
|---|
| 971 |
<property name="type">GTK_WINDOW_TOPLEVEL</property> |
|---|
| 972 |
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> |
|---|
| 973 |
<property name="modal">True</property> |
|---|
| 974 |
<property name="resizable">True</property> |
|---|
| 975 |
<property name="destroy_with_parent">False</property> |
|---|
| 976 |
<property name="decorated">True</property> |
|---|
| 977 |
<property name="skip_taskbar_hint">False</property> |
|---|
| 978 |
<property name="skip_pager_hint">False</property> |
|---|
| 979 |
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
|---|
| 980 |
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
|---|
| 981 |
<property name="focus_on_map">True</property> |
|---|
| 982 |
<property name="urgency_hint">False</property> |
|---|
| 983 |
|
|---|
| 984 |
<child> |
|---|
| 985 |
<widget class="GtkVBox" id="vbox4"> |
|---|
| 986 |
<property name="border_width">10</property> |
|---|
| 987 |
<property name="visible">True</property> |
|---|
| 988 |
<property name="homogeneous">True</property> |
|---|
| 989 |
<property name="spacing">5</property> |
|---|
| 990 |
|
|---|
| 991 |
<child> |
|---|
| 992 |
<widget class="GtkLabel" id="label1"> |
|---|
| 993 |
<property name="visible">True</property> |
|---|
| 994 |
<property name="label" translatable="yes">Enter page name</property> |
|---|
| 995 |
<property name="use_underline">False</property> |
|---|
| 996 |
<property name="use_markup">False</property> |
|---|
| 997 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 998 |
<property name="wrap">False</property> |
|---|
| 999 |
<property name="selectable">False</property> |
|---|
| 1000 |
<property name="xalign">0.5</property> |
|---|
| 1001 |
<property name="yalign">0.5</property> |
|---|
| 1002 |
<property name="xpad">0</property> |
|---|
| 1003 |
<property name="ypad">0</property> |
|---|
| 1004 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 1005 |
<property name="width_chars">-1</property> |
|---|
| 1006 |
<property name="single_line_mode">False</property> |
|---|
| 1007 |
<property name="angle">0</property> |
|---|
| 1008 |
</widget> |
|---|
| 1009 |
<packing> |
|---|
| 1010 |
<property name="padding">0</property> |
|---|
| 1011 |
<property name="expand">False</property> |
|---|
| 1012 |
<property name="fill">False</property> |
|---|
| 1013 |
</packing> |
|---|
| 1014 |
</child> |
|---|
| 1015 |
|
|---|
| 1016 |
<child> |
|---|
| 1017 |
<widget class="GtkEntry" id="entry_new_page"> |
|---|
| 1018 |
<property name="visible">True</property> |
|---|
| 1019 |
<property name="can_focus">True</property> |
|---|
| 1020 |
<property name="has_focus">True</property> |
|---|
| 1021 |
<property name="editable">True</property> |
|---|
| 1022 |
<property name="visibility">True</property> |
|---|
| 1023 |
<property name="max_length">0</property> |
|---|
| 1024 |
<property name="text" translatable="yes"></property> |
|---|
| 1025 |
<property name="has_frame">True</property> |
|---|
| 1026 |
<property name="invisible_char">*</property> |
|---|
| 1027 |
<property name="activates_default">False</property> |
|---|
| 1028 |
</widget> |
|---|
| 1029 |
<packing> |
|---|
| 1030 |
<property name="padding">0</property> |
|---|
| 1031 |
<property name="expand">False</property> |
|---|
| 1032 |
<property name="fill">False</property> |
|---|
| 1033 |
</packing> |
|---|
| 1034 |
</child> |
|---|
| 1035 |
|
|---|
| 1036 |
<child> |
|---|
| 1037 |
<widget class="GtkHButtonBox" id="hbuttonbox1"> |
|---|
| 1038 |
<property name="border_width">5</property> |
|---|
| 1039 |
<property name="visible">True</property> |
|---|
| 1040 |
<property name="layout_style">GTK_BUTTONBOX_DEFAULT_STYLE</property> |
|---|
| 1041 |
<property name="spacing">5</property> |
|---|
| 1042 |
|
|---|
| 1043 |
<child> |
|---|
| 1044 |
<widget class="GtkButton" id="button_new_ok"> |
|---|
| 1045 |
<property name="visible">True</property> |
|---|
| 1046 |
<property name="can_default">True</property> |
|---|
| 1047 |
<property name="can_focus">True</property> |
|---|
| 1048 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 1049 |
<property name="focus_on_click">True</property> |
|---|
| 1050 |
<signal name="clicked" handler="on_button_new_ok_clicked" last_modification_time="Thu, 20 Apr 2006 07:00:46 GMT"/> |
|---|
| 1051 |
|
|---|
| 1052 |
<child> |
|---|
| 1053 |
<widget class="GtkAlignment" id="alignment1"> |
|---|
| 1054 |
<property name="visible">True</property> |
|---|
| 1055 |
<property name="xalign">0.5</property> |
|---|
| 1056 |
<property name="yalign">0.5</property> |
|---|
| 1057 |
<property name="xscale">0</property> |
|---|
| 1058 |
<property name="yscale">0</property> |
|---|
| 1059 |
<property name="top_padding">0</property> |
|---|
| 1060 |
<property name="bottom_padding">0</property> |
|---|
| 1061 |
<property name="left_padding">0</property> |
|---|
| 1062 |
<property name="right_padding">0</property> |
|---|
| 1063 |
|
|---|
| 1064 |
<child> |
|---|
| 1065 |
<widget class="GtkHBox" id="hbox2"> |
|---|
| 1066 |
<property name="visible">True</property> |
|---|
| 1067 |
<property name="homogeneous">False</property> |
|---|
| 1068 |
<property name="spacing">2</property> |
|---|
| 1069 |
|
|---|
| 1070 |
<child> |
|---|
| 1071 |
<widget class="GtkImage" id="image1"> |
|---|
| 1072 |
<property name="visible">True</property> |
|---|
| 1073 |
<property name="stock">gtk-ok</property> |
|---|
| 1074 |
<property name="icon_size">4</property> |
|---|
| 1075 |
<property name="xalign">0.5</property> |
|---|
| 1076 |
<property name="yalign">0.5</property> |
|---|
| 1077 |
<property name="xpad">0</property> |
|---|
| 1078 |
<property name="ypad">0</property> |
|---|
| 1079 |
</widget> |
|---|
| 1080 |
<packing> |
|---|
| 1081 |
<property name="padding">0</property> |
|---|
| 1082 |
<property name="expand">False</property> |
|---|
| 1083 |
<property name="fill">False</property> |
|---|
| 1084 |
</packing> |
|---|
| 1085 |
</child> |
|---|
| 1086 |
|
|---|
| 1087 |
<child> |
|---|
| 1088 |
<widget class="GtkLabel" id="label2"> |
|---|
| 1089 |
<property name="visible">True</property> |
|---|
| 1090 |
<property name="label" translatable="yes">OK</property> |
|---|
| 1091 |
<property name="use_underline">True</property> |
|---|
| 1092 |
<property name="use_markup">False</property> |
|---|
| 1093 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 1094 |
<property name="wrap">False</property> |
|---|
| 1095 |
<property name="selectable">False</property> |
|---|
| 1096 |
<property name="xalign">0.5</property> |
|---|
| 1097 |
<property name="yalign">0.5</property> |
|---|
| 1098 |
<property name="xpad">0</property> |
|---|
| 1099 |
<property name="ypad">0</property> |
|---|
| 1100 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 1101 |
<property name="width_chars">-1</property> |
|---|
| 1102 |
<property name="single_line_mode">False</property> |
|---|
| 1103 |
<property name="angle">0</property> |
|---|
| 1104 |
</widget> |
|---|
| 1105 |
<packing> |
|---|
| 1106 |
<property name="padding">0</property> |
|---|
| 1107 |
<property name="expand">False</property> |
|---|
| 1108 |
<property name="fill">False</property> |
|---|
| 1109 |
</packing> |
|---|
| 1110 |
</child> |
|---|
| 1111 |
</widget> |
|---|
| 1112 |
</child> |
|---|
| 1113 |
</widget> |
|---|
| 1114 |
</child> |
|---|
| 1115 |
</widget> |
|---|
| 1116 |
</child> |
|---|
| 1117 |
|
|---|
| 1118 |
<child> |
|---|
| 1119 |
<widget class="GtkButton" id="button_new_cancel"> |
|---|
| 1120 |
<property name="visible">True</property> |
|---|
| 1121 |
<property name="can_default">True</property> |
|---|
| 1122 |
<property name="can_focus">True</property> |
|---|
| 1123 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 1124 |
<property name="focus_on_click">True</property> |
|---|
| 1125 |
<signal name="clicked" handler="on_button_new_cancel_clicked" last_modification_time="Thu, 06 Apr 2006 05:45:41 GMT"/> |
|---|
| 1126 |
|
|---|
| 1127 |
<child> |
|---|
| 1128 |
<widget class="GtkAlignment" id="alignment2"> |
|---|
| 1129 |
<property name="visible">True</property> |
|---|
| 1130 |
<property name="xalign">0.5</property> |
|---|
| 1131 |
<property name="yalign">0.5</property> |
|---|
| 1132 |
<property name="xscale">0</property> |
|---|
| 1133 |
<property name="yscale">0</property> |
|---|
| 1134 |
<property name="top_padding">0</property> |
|---|
| 1135 |
<property name="bottom_padding">0</property> |
|---|
| 1136 |
<property name="left_padding">0</property> |
|---|
| 1137 |
<property name="right_padding">0</property> |
|---|
| 1138 |
|
|---|
| 1139 |
<child> |
|---|
| 1140 |
<widget class="GtkHBox" id="hbox3"> |
|---|
| 1141 |
<property name="visible">True</property> |
|---|
| 1142 |
<property name="homogeneous">False</property> |
|---|
| 1143 |
<property name="spacing">2</property> |
|---|
| 1144 |
|
|---|
| 1145 |
<child> |
|---|
| 1146 |
<widget class="GtkImage" id="image2"> |
|---|
| 1147 |
<property name="visible">True</property> |
|---|
| 1148 |
<property name="stock">gtk-cancel</property> |
|---|
| 1149 |
<property name="icon_size">4</property> |
|---|
| 1150 |
<property name="xalign">0.5</property> |
|---|
| 1151 |
<property name="yalign">0.5</property> |
|---|
| 1152 |
<property name="xpad">0</property> |
|---|
| 1153 |
<property name="ypad">0</property> |
|---|
| 1154 |
</widget> |
|---|
| 1155 |
<packing> |
|---|
| 1156 |
<property name="padding">0</property> |
|---|
| 1157 |
<property name="expand">False</property> |
|---|
| 1158 |
<property name="fill">False</property> |
|---|
| 1159 |
</packing> |
|---|
| 1160 |
</child> |
|---|
| 1161 |
|
|---|
| 1162 |
<child> |
|---|
| 1163 |
<widget class="GtkLabel" id="label3"> |
|---|
| 1164 |
<property name="visible">True</property> |
|---|
| 1165 |
<property name="label" translatable="yes">Cancel</property> |
|---|
| 1166 |
<property name="use_underline">True</property> |
|---|
| 1167 |
<property name="use_markup">False</property> |
|---|
| 1168 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 1169 |
<property name="wrap">False</property> |
|---|
| 1170 |
<property name="selectable">False</property> |
|---|
| 1171 |
<property name="xalign">0.5</property> |
|---|
| 1172 |
<property name="yalign">0.5</property> |
|---|
| 1173 |
<property name="xpad">0</property> |
|---|
| 1174 |
<property name="ypad">0</property> |
|---|
| 1175 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 1176 |
<property name="width_chars">-1</property> |
|---|
| 1177 |
<property name="single_line_mode">False</property> |
|---|
| 1178 |
<property name="angle">0</property> |
|---|
| 1179 |
</widget> |
|---|
| 1180 |
<packing> |
|---|
| 1181 |
<property name="padding">0</property> |
|---|
| 1182 |
<property name="expand">False</property> |
|---|
| 1183 |
<property name="fill">False</property> |
|---|
| 1184 |
</packing> |
|---|
| 1185 |
</child> |
|---|
| 1186 |
</widget> |
|---|
| 1187 |
</child> |
|---|
| 1188 |
</widget> |
|---|
| 1189 |
</child> |
|---|
| 1190 |
</widget> |
|---|
| 1191 |
</child> |
|---|
| 1192 |
</widget> |
|---|
| 1193 |
<packing> |
|---|
| 1194 |
<property name="padding">0</property> |
|---|
| 1195 |
<property name="expand">False</property> |
|---|
| 1196 |
<property name="fill">False</property> |
|---|
| 1197 |
</packing> |
|---|
| 1198 |
</child> |
|---|
| 1199 |
</widget> |
|---|
| 1200 |
</child> |
|---|
| 1201 |
</widget> |
|---|
| 1202 |
|
|---|
| 1203 |
<widget class="GtkWindow" id="window_sync"> |
|---|
| 1204 |
<property name="visible">True</property> |
|---|
| 1205 |
<property name="title" translatable="yes">Sync options</property> |
|---|
| 1206 |
<property name="type">GTK_WINDOW_TOPLEVEL</property> |
|---|
| 1207 |
<property name="window_position">GTK_WIN_POS_NONE</property> |
|---|
| 1208 |
<property name="modal">True</property> |
|---|
| 1209 |
<property name="resizable">True</property> |
|---|
| 1210 |
<property name="destroy_with_parent">False</property> |
|---|
| 1211 |
<property name="decorated">True</property> |
|---|
| 1212 |
<property name="skip_taskbar_hint">False</property> |
|---|
| 1213 |
<property name="skip_pager_hint">False</property> |
|---|
| 1214 |
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
|---|
| 1215 |
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
|---|
| 1216 |
<property name="focus_on_map">True</property> |
|---|
| 1217 |
<property name="urgency_hint">False</property> |
|---|
| 1218 |
|
|---|
| 1219 |
<child> |
|---|
| 1220 |
<widget class="GtkVBox" id="vbox5"> |
|---|
| 1221 |
<property name="border_width">10</property> |
|---|
| 1222 |
<property name="visible">True</property> |
|---|
| 1223 |
<property name="homogeneous">False</property> |
|---|
| 1224 |
<property name="spacing">5</property> |
|---|
| 1225 |
|
|---|
| 1226 |
<child> |
|---|
| 1227 |
<widget class="GtkRadioButton" id="radiobutton_sync_send"> |
|---|
| 1228 |
<property name="visible">True</property> |
|---|
| 1229 |
<property name="can_focus">True</property> |
|---|
| 1230 |
<property name="label" translatable="yes">Send new pages to Backpack</property> |
|---|
| 1231 |
<property name="use_underline">True</property> |
|---|
| 1232 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 1233 |
<property name="focus_on_click">True</property> |
|---|
| 1234 |
<property name="active">False</property> |
|---|
| 1235 |
<property name="inconsistent">False</property> |
|---|
| 1236 |
<property name="draw_indicator">True</property> |
|---|
| 1237 |
<signal name="toggled" handler="on_radiobutton_sync_send_toggled" last_modification_time="Thu, 20 Apr 2006 06:37:13 GMT"/> |
|---|
| 1238 |
</widget> |
|---|
| 1239 |
<packing> |
|---|
| 1240 |
<property name="padding">0</property> |
|---|
| 1241 |
<property name="expand">False</property> |
|---|
| 1242 |
<property name="fill">False</property> |
|---|
| 1243 |
</packing> |
|---|
| 1244 |
</child> |
|---|
| 1245 |
|
|---|
| 1246 |
<child> |
|---|
| 1247 |
<widget class="GtkRadioButton" id="radiobutton_sync_get"> |
|---|
| 1248 |
<property name="visible">True</property> |
|---|
| 1249 |
<property name="can_focus">True</property> |
|---|
| 1250 |
<property name="label" translatable="yes">Get pages from Backpack</property> |
|---|
| 1251 |
<property name="use_underline">True</property> |
|---|
| 1252 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 1253 |
<property name="focus_on_click">True</property> |
|---|
| 1254 |
<property name="active">False</property> |
|---|
| 1255 |
<property name="inconsistent">False</property> |
|---|
| 1256 |
<property name="draw_indicator">True</property> |
|---|
| 1257 |
<property name="group">radiobutton_sync_send</property> |
|---|
| 1258 |
<signal name="toggled" handler="on_radiobutton_sync_get_toggled" last_modification_time="Thu, 20 Apr 2006 06:36:59 GMT"/> |
|---|
| 1259 |
</widget> |
|---|
| 1260 |
<packing> |
|---|
| 1261 |
<property name="padding">0</property> |
|---|
| 1262 |
<property name="expand">False</property> |
|---|
| 1263 |
<property name="fill">False</property> |
|---|
| 1264 |
</packing> |
|---|
| 1265 |
</child> |
|---|
| 1266 |
|
|---|
| 1267 |
<child> |
|---|
| 1268 |
<widget class="GtkCheckButton" id="checkbutton_sync_create"> |
|---|
| 1269 |
<property name="visible">True</property> |
|---|
| 1270 |
<property name="sensitive">False</property> |
|---|
| 1271 |
<property name="can_focus">True</property> |
|---|
| 1272 |
<property name="label" translatable="yes">Create/overwrite local database</property> |
|---|
| 1273 |
<property name="use_underline">True</property> |
|---|
| 1274 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 1275 |
<property name="focus_on_click">True</property> |
|---|
| 1276 |
<property name="active">False</property> |
|---|
| 1277 |
<property name="inconsistent">False</property> |
|---|
| 1278 |
<property name="draw_indicator">True</property> |
|---|
| 1279 |
</widget> |
|---|
| 1280 |
<packing> |
|---|
| 1281 |
<property name="padding">0</property> |
|---|
| 1282 |
<property name="expand">False</property> |
|---|
| 1283 |
<property name="fill">False</property> |
|---|
| 1284 |
</packing> |
|---|
| 1285 |
</child> |
|---|
| 1286 |
|
|---|
| 1287 |
<child> |
|---|
| 1288 |
<widget class="GtkHButtonBox" id="hbuttonbox2"> |
|---|
| 1289 |
<property name="visible">True</property> |
|---|
| 1290 |
<property name="layout_style">GTK_BUTTONBOX_DEFAULT_STYLE</property> |
|---|
| 1291 |
<property name="spacing">0</property> |
|---|
| 1292 |
|
|---|
| 1293 |
<child> |
|---|
| 1294 |
<widget class="GtkButton" id="button_sync_ok"> |
|---|
| 1295 |
<property name="visible">True</property> |
|---|
| 1296 |
<property name="can_default">True</property> |
|---|
| 1297 |
<property name="can_focus">True</property> |
|---|
| 1298 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 1299 |
<property name="focus_on_click">True</property> |
|---|
| 1300 |
<signal name="clicked" handler="on_button_sync_ok_clicked" last_modification_time="Thu, 20 Apr 2006 06:16:38 GMT"/> |
|---|
| 1301 |
|
|---|
| 1302 |
<child> |
|---|
| 1303 |
<widget class="GtkAlignment" id="alignment3"> |
|---|
| 1304 |
<property name="visible">True</property> |
|---|
| 1305 |
<property name="xalign">0.5</property> |
|---|
| 1306 |
<property name="yalign">0.5</property> |
|---|
| 1307 |
<property name="xscale">0</property> |
|---|
| 1308 |
<property name="yscale">0</property> |
|---|
| 1309 |
<property name="top_padding">0</property> |
|---|
| 1310 |
<property name="bottom_padding">0</property> |
|---|
| 1311 |
<property name="left_padding">0</property> |
|---|
| 1312 |
<property name="right_padding">0</property> |
|---|
| 1313 |
|
|---|
| 1314 |
<child> |
|---|
| 1315 |
<widget class="GtkHBox" id="hbox4"> |
|---|
| 1316 |
<property name="visible">True</property> |
|---|
| 1317 |
<property name="homogeneous">False</property> |
|---|
| 1318 |
<property name="spacing">2</property> |
|---|
| 1319 |
|
|---|
| 1320 |
<child> |
|---|
| 1321 |
<widget class="GtkImage" id="image3"> |
|---|
| 1322 |
<property name="visible">True</property> |
|---|
| 1323 |
<property name="stock">gtk-ok</property> |
|---|
| 1324 |
<property name="icon_size">4</property> |
|---|
| 1325 |
<property name="xalign">0.5</property> |
|---|
| 1326 |
<property name="yalign">0.5</property> |
|---|
| 1327 |
<property name="xpad">0</property> |
|---|
| 1328 |
<property name="ypad">0</property> |
|---|
| 1329 |
</widget> |
|---|
| 1330 |
<packing> |
|---|
| 1331 |
<property name="padding">0</property> |
|---|
| 1332 |
<property name="expand">False</property> |
|---|
| 1333 |
<property name="fill">False</property> |
|---|
| 1334 |
</packing> |
|---|
| 1335 |
</child> |
|---|
| 1336 |
|
|---|
| 1337 |
<child> |
|---|
| 1338 |
<widget class="GtkLabel" id="label4"> |
|---|
| 1339 |
<property name="visible">True</property> |
|---|
| 1340 |
<property name="label" translatable="yes">OK</property> |
|---|
| 1341 |
<property name="use_underline">True</property> |
|---|
| 1342 |
<property name="use_markup">False</property> |
|---|
| 1343 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 1344 |
<property name="wrap">False</property> |
|---|
| 1345 |
<property name="selectable">False</property> |
|---|
| 1346 |
<property name="xalign">0.5</property> |
|---|
| 1347 |
<property name="yalign">0.5</property> |
|---|
| 1348 |
<property name="xpad">0</property> |
|---|
| 1349 |
<property name="ypad">0</property> |
|---|
| 1350 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 1351 |
<property name="width_chars">-1</property> |
|---|
| 1352 |
<property name="single_line_mode">False</property> |
|---|
| 1353 |
<property name="angle">0</property> |
|---|
| 1354 |
</widget> |
|---|
| 1355 |
<packing> |
|---|
| 1356 |
<property name="padding">0</property> |
|---|
| 1357 |
<property name="expand">False</property> |
|---|
| 1358 |
<property name="fill">False</property> |
|---|
| 1359 |
</packing> |
|---|
| 1360 |
</child> |
|---|
| 1361 |
</widget> |
|---|
| 1362 |
</child> |
|---|
| 1363 |
</widget> |
|---|
| 1364 |
</child> |
|---|
| 1365 |
</widget> |
|---|
| 1366 |
</child> |
|---|
| 1367 |
|
|---|
| 1368 |
<child> |
|---|
| 1369 |
<widget class="GtkButton" id="button_sync_cancel"> |
|---|
| 1370 |
<property name="visible">True</property> |
|---|
| 1371 |
<property name="can_default">True</property> |
|---|
| 1372 |
<property name="can_focus">True</property> |
|---|
| 1373 |
<property name="has_focus">True</property> |
|---|
| 1374 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 1375 |
<property name="focus_on_click">True</property> |
|---|
| 1376 |
<signal name="clicked" handler="on_button_sync_cancel_clicked" last_modification_time="Thu, 20 Apr 2006 06:16:59 GMT"/> |
|---|
| 1377 |
|
|---|
| 1378 |
<child> |
|---|
| 1379 |
<widget class="GtkAlignment" id="alignment4"> |
|---|
| 1380 |
<property name="visible">True</property> |
|---|
| 1381 |
<property name="xalign">0.5</property> |
|---|
| 1382 |
<property name="yalign">0.5</property> |
|---|
| 1383 |
<property name="xscale">0</property> |
|---|
| 1384 |
<property name="yscale">0</property> |
|---|
| 1385 |
<property name="top_padding">0</property> |
|---|
| 1386 |
<property name="bottom_padding">0</property> |
|---|
| 1387 |
<property name="left_padding">0</property> |
|---|
| 1388 |
<property name="right_padding">0</property> |
|---|
| 1389 |
|
|---|
| 1390 |
<child> |
|---|
| 1391 |
<widget class="GtkHBox" id="hbox5"> |
|---|
| 1392 |
<property name="visible">True</property> |
|---|
| 1393 |
<property name="homogeneous">False</property> |
|---|
| 1394 |
<property name="spacing">2</property> |
|---|
| 1395 |
|
|---|
| 1396 |
<child> |
|---|
| 1397 |
<widget class="GtkImage" id="image4"> |
|---|
| 1398 |
<property name="visible">True</property> |
|---|
| 1399 |
<property name="stock">gtk-cancel</property> |
|---|
| 1400 |
<property name="icon_size">4</property> |
|---|
| 1401 |
<property name="xalign">0.5</property> |
|---|
| 1402 |
<property name="yalign">0.5</property> |
|---|
| 1403 |
<property name="xpad">0</property> |
|---|
| 1404 |
<property name="ypad">0</property> |
|---|
| 1405 |
</widget> |
|---|
| 1406 |
<packing> |
|---|
| 1407 |
<property name="padding">0</property> |
|---|
| 1408 |
<property name="expand">False</property> |
|---|
| 1409 |
<property name="fill">False</property> |
|---|
| 1410 |
</packing> |
|---|
| 1411 |
</child> |
|---|
| 1412 |
|
|---|
| 1413 |
<child> |
|---|
| 1414 |
<widget class="GtkLabel" id="label5"> |
|---|
| 1415 |
<property name="visible">True</property> |
|---|
| 1416 |
<property name="label" translatable="yes">Cancel</property> |
|---|
| 1417 |
<property name="use_underline">True</property> |
|---|
| 1418 |
<property name="use_markup">False</property> |
|---|
| 1419 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 1420 |
<property name="wrap">False</property> |
|---|
| 1421 |
<property name="selectable">False</property> |
|---|
| 1422 |
<property name="xalign">0.5</property> |
|---|
| 1423 |
<property name="yalign">0.5</property> |
|---|
| 1424 |
<property name="xpad">0</property> |
|---|
| 1425 |
<property name="ypad">0</property> |
|---|
| 1426 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 1427 |
<property name="width_chars">-1</property> |
|---|
| 1428 |
<property name="single_line_mode">False</property> |
|---|
| 1429 |
<property name="angle">0</property> |
|---|
| 1430 |
</widget> |
|---|
| 1431 |
<packing> |
|---|
| 1432 |
<property name="padding">0</property> |
|---|
| 1433 |
<property name="expand">False</property> |
|---|
| 1434 |
<property name="fill">False</property> |
|---|
| 1435 |
</packing> |
|---|
| 1436 |
</child> |
|---|
| 1437 |
</widget> |
|---|
| 1438 |
</child> |
|---|
| 1439 |
</widget> |
|---|
| 1440 |
</child> |
|---|
| 1441 |
</widget> |
|---|
| 1442 |
</child> |
|---|
| 1443 |
</widget> |
|---|
| 1444 |
<packing> |
|---|
| 1445 |
<property name="padding">0</property> |
|---|
| 1446 |
<property name="expand">False</property> |
|---|
| 1447 |
<property name="fill">False</property> |
|---|
| 1448 |
</packing> |
|---|
| 1449 |
</child> |
|---|
| 1450 |
</widget> |
|---|
| 1451 |
</child> |
|---|
| 1452 |
</widget> |
|---|
| 1453 |
|
|---|
| 1454 |
<widget class="GtkWindow" id="window_prefs"> |
|---|
| 1455 |
<property name="width_request">450</property> |
|---|
| 1456 |
<property name="visible">True</property> |
|---|
| 1457 |
<property name="title" translatable="yes">Preferences</property> |
|---|
| 1458 |
<property name="type">GTK_WINDOW_TOPLEVEL</property> |
|---|
| 1459 |
<property name="window_position">GTK_WIN_POS_NONE</property> |
|---|
| 1460 |
<property name="modal">False</property> |
|---|
| 1461 |
<property name="resizable">True</property> |
|---|
| 1462 |
<property name="destroy_with_parent">False</property> |
|---|
| 1463 |
<property name="decorated">True</property> |
|---|
| 1464 |
<property name="skip_taskbar_hint">False</property> |
|---|
| 1465 |
<property name="skip_pager_hint">False</property> |
|---|
| 1466 |
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
|---|
| 1467 |
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
|---|
| 1468 |
<property name="focus_on_map">True</property> |
|---|
| 1469 |
<property name="urgency_hint">False</property> |
|---|
| 1470 |
|
|---|
| 1471 |
<child> |
|---|
| 1472 |
<widget class="GtkVBox" id="vbox6"> |
|---|
| 1473 |
<property name="visible">True</property> |
|---|
| 1474 |
<property name="homogeneous">False</property> |
|---|
| 1475 |
<property name="spacing">0</property> |
|---|
| 1476 |
|
|---|
| 1477 |
<child> |
|---|
| 1478 |
<widget class="GtkTable" id="table1"> |
|---|
| 1479 |
<property name="border_width">10</property> |
|---|
| 1480 |
<property name="visible">True</property> |
|---|
| 1481 |
<property name="n_rows">3</property> |
|---|
| 1482 |
<property name="n_columns">2</property> |
|---|
| 1483 |
<property name="homogeneous">False</property> |
|---|
| 1484 |
<property name="row_spacing">5</property> |
|---|
| 1485 |
<property name="column_spacing">5</property> |
|---|
| 1486 |
|
|---|
| 1487 |
<child> |
|---|
| 1488 |
<widget class="GtkLabel" id="label6"> |
|---|
| 1489 |
<property name="visible">True</property> |
|---|
| 1490 |
<property name="label" translatable="yes">Backpack URL</property> |
|---|
| 1491 |
<property name="use_underline">False</property> |
|---|
| 1492 |
<property name="use_markup">False</property> |
|---|
| 1493 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 1494 |
<property name="wrap">False</property> |
|---|
| 1495 |
<property name="selectable">False</property> |
|---|
| 1496 |
<property name="xalign">0</property> |
|---|
| 1497 |
<property name="yalign">0.5</property> |
|---|
| 1498 |
<property name="xpad">0</property> |
|---|
| 1499 |
<property name="ypad">0</property> |
|---|
| 1500 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 1501 |
<property name="width_chars">-1</property> |
|---|
| 1502 |
<property name="single_line_mode">False</property> |
|---|
| 1503 |
<property name="angle">0</property> |
|---|
| 1504 |
</widget> |
|---|
| 1505 |
<packing> |
|---|
| 1506 |
<property name="left_attach">0</property> |
|---|
| 1507 |
<property name="right_attach">1</property> |
|---|
| 1508 |
<property name="top_attach">0</property> |
|---|
| 1509 |
<property name="bottom_attach">1</property> |
|---|
| 1510 |
<property name="x_options">fill</property> |
|---|
| 1511 |
<property name="y_options"></property> |
|---|
| 1512 |
</packing> |
|---|
| 1513 |
</child> |
|---|
| 1514 |
|
|---|
| 1515 |
<child> |
|---|
| 1516 |
<widget class="GtkLabel" id="label7"> |
|---|
| 1517 |
<property name="visible">True</property> |
|---|
| 1518 |
<property name="label" translatable="yes">Backpack API token</property> |
|---|
| 1519 |
<property name="use_underline">False</property> |
|---|
| 1520 |
<property name="use_markup">False</property> |
|---|
| 1521 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 1522 |
<property name="wrap">False</property> |
|---|
| 1523 |
<property name="selectable">False</property> |
|---|
| 1524 |
<property name="xalign">0</property> |
|---|
| 1525 |
<property name="yalign">0.5</property> |
|---|
| 1526 |
<property name="xpad">0</property> |
|---|
| 1527 |
<property name="ypad">0</property> |
|---|
| 1528 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 1529 |
<property name="width_chars">-1</property> |
|---|
| 1530 |
<property name="single_line_mode">False</property> |
|---|
| 1531 |
<property name="angle">0</property> |
|---|
| 1532 |
</widget> |
|---|
| 1533 |
<packing> |
|---|
| 1534 |
<property name="left_attach">0</property> |
|---|
| 1535 |
<property name="right_attach">1</property> |
|---|
| 1536 |
<property name="top_attach">1</property> |
|---|
| 1537 |
<property name="bottom_attach">2</property> |
|---|
| 1538 |
<property name="x_options">fill</property> |
|---|
| 1539 |
<property name="y_options"></property> |
|---|
| 1540 |
</packing> |
|---|
| 1541 |
</child> |
|---|
| 1542 |
|
|---|
| 1543 |
<child> |
|---|
| 1544 |
<widget class="GtkLabel" id="label8"> |
|---|
| 1545 |
<property name="visible">True</property> |
|---|
| 1546 |
<property name="label" translatable="yes">Local data source</property> |
|---|
| 1547 |
<property name="use_underline">False</property> |
|---|
| 1548 |
<property name="use_markup">False</property> |
|---|
| 1549 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 1550 |
<property name="wrap">False</property> |
|---|
| 1551 |
<property name="selectable">False</property> |
|---|
| 1552 |
<property name="xalign">0</property> |
|---|
| 1553 |
<property name="yalign">0.5</property> |
|---|
| 1554 |
<property name="xpad">0</property> |
|---|
| 1555 |
<property name="ypad">0</property> |
|---|
| 1556 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 1557 |
<property name="width_chars">-1</property> |
|---|
| 1558 |
<property name="single_line_mode">False</property> |
|---|
| 1559 |
<property name="angle">0</property> |
|---|
| 1560 |
</widget> |
|---|
| 1561 |
<packing> |
|---|
| 1562 |
<property name="left_attach">0</property> |
|---|
| 1563 |
<property name="right_attach">1</property> |
|---|
| 1564 |
<property name="top_attach">2</property> |
|---|
| 1565 |
<property name="bottom_attach">3</property> |
|---|
| 1566 |
<property name="x_options">fill</property> |
|---|
| 1567 |
<property name="y_options"></property> |
|---|
| 1568 |
</packing> |
|---|
| 1569 |
</child> |
|---|
| 1570 |
|
|---|
| 1571 |
<child> |
|---|
| 1572 |
<widget class="GtkEntry" id="entry_prefs_url"> |
|---|
| 1573 |
<property name="visible">True</property> |
|---|
| 1574 |
<property name="can_focus">True</property> |
|---|
| 1575 |
<property name="editable">True</property> |
|---|
| 1576 |
<property name="visibility">True</property> |
|---|
| 1577 |
<property name="max_length">0</property> |
|---|
| 1578 |
<property name="text" translatable="yes"></property> |
|---|
| 1579 |
<property name="has_frame">True</property> |
|---|
| 1580 |
<property name="invisible_char">*</property> |
|---|
| 1581 |
<property name="activates_default">False</property> |
|---|
| 1582 |
</widget> |
|---|
| 1583 |
<packing> |
|---|
| 1584 |
<property name="left_attach">1</property> |
|---|
| 1585 |
<property name="right_attach">2</property> |
|---|
| 1586 |
<property name="top_attach">0</property> |
|---|
| 1587 |
<property name="bottom_attach">1</property> |
|---|
| 1588 |
<property name="y_options"></property> |
|---|
| 1589 |
</packing> |
|---|
| 1590 |
</child> |
|---|
| 1591 |
|
|---|
| 1592 |
<child> |
|---|
| 1593 |
<widget class="GtkEntry" id="entry_prefs_token"> |
|---|
| 1594 |
<property name="visible">True</property> |
|---|
| 1595 |
<property name="can_focus">True</property> |
|---|
| 1596 |
<property name="editable">True</property> |
|---|
| 1597 |
<property name="visibility">True</property> |
|---|
| 1598 |
<property name="max_length">0</property> |
|---|
| 1599 |
<property name="text" translatable="yes"></property> |
|---|
| 1600 |
<property name="has_frame">True</property> |
|---|
| 1601 |
<property name="invisible_char">*</property> |
|---|
| 1602 |
<property name="activates_default">False</property> |
|---|
| 1603 |
</widget> |
|---|
| 1604 |
<packing> |
|---|
| 1605 |
<property name="left_attach">1</property> |
|---|
| 1606 |
<property name="right_attach" |
|---|