| 1 |
<?xml version="1.0"?> |
| 2 |
<interface> |
| 3 |
<!-- interface-requires gtk+ 2.6 --> |
| 4 |
<!-- interface-naming-policy toplevel-contextual --> |
| 5 |
<object class="GtkWindow" id="window"> |
| 6 |
<property name="width_request">640</property> |
| 7 |
<property name="height_request">400</property> |
| 8 |
<property name="visible">True</property> |
| 9 |
<property name="title" translatable="yes">Tinymail python test</property> |
| 10 |
<signal name="delete_event" handler="on_window_delete_event"/> |
| 11 |
<child> |
| 12 |
<object class="GtkHPaned" id="hpaned"> |
| 13 |
<property name="visible">True</property> |
| 14 |
<property name="can_focus">True</property> |
| 15 |
<child> |
| 16 |
<object class="GtkScrolledWindow" id="scrolledwindow2"> |
| 17 |
<property name="visible">True</property> |
| 18 |
<property name="can_focus">True</property> |
| 19 |
<property name="hscrollbar_policy">automatic</property> |
| 20 |
<property name="vscrollbar_policy">automatic</property> |
| 21 |
<child> |
| 22 |
<object class="GtkTreeView" id="folderstree"> |
| 23 |
<property name="width_request">108</property> |
| 24 |
<property name="visible">True</property> |
| 25 |
<property name="can_focus">True</property> |
| 26 |
<property name="fixed_height_mode">True</property> |
| 27 |
<signal name="row_activated" handler="on_folderstree_row_activated"/> |
| 28 |
</object> |
| 29 |
</child> |
| 30 |
</object> |
| 31 |
<packing> |
| 32 |
<property name="resize">True</property> |
| 33 |
<property name="shrink">True</property> |
| 34 |
</packing> |
| 35 |
</child> |
| 36 |
<child> |
| 37 |
<object class="GtkVPaned" id="vpaned"> |
| 38 |
<property name="visible">True</property> |
| 39 |
<property name="can_focus">True</property> |
| 40 |
<child> |
| 41 |
<object class="GtkVBox" id="vbox1"> |
| 42 |
<property name="visible">True</property> |
| 43 |
<child> |
| 44 |
<object class="GtkScrolledWindow" id="scrolledwindow1"> |
| 45 |
<property name="visible">True</property> |
| 46 |
<property name="can_focus">True</property> |
| 47 |
<property name="hscrollbar_policy">automatic</property> |
| 48 |
<property name="vscrollbar_policy">automatic</property> |
| 49 |
<child> |
| 50 |
<object class="GtkTreeView" id="headerstree"> |
| 51 |
<property name="width_request">300</property> |
| 52 |
<property name="height_request">200</property> |
| 53 |
<property name="visible">True</property> |
| 54 |
<property name="can_focus">True</property> |
| 55 |
<property name="fixed_height_mode">True</property> |
| 56 |
<signal name="row_activated" handler="on_headerstree_row_activated"/> |
| 57 |
</object> |
| 58 |
</child> |
| 59 |
</object> |
| 60 |
<packing> |
| 61 |
<property name="position">0</property> |
| 62 |
</packing> |
| 63 |
</child> |
| 64 |
<child> |
| 65 |
<object class="GtkProgressBar" id="progressbar"> |
| 66 |
<property name="visible">True</property> |
| 67 |
<property name="pulse_step">0.10000000149</property> |
| 68 |
</object> |
| 69 |
<packing> |
| 70 |
<property name="expand">False</property> |
| 71 |
<property name="fill">False</property> |
| 72 |
<property name="position">1</property> |
| 73 |
</packing> |
| 74 |
</child> |
| 75 |
</object> |
| 76 |
<packing> |
| 77 |
<property name="resize">False</property> |
| 78 |
<property name="shrink">True</property> |
| 79 |
</packing> |
| 80 |
</child> |
| 81 |
<child> |
| 82 |
<placeholder/> |
| 83 |
</child> |
| 84 |
</object> |
| 85 |
<packing> |
| 86 |
<property name="resize">True</property> |
| 87 |
<property name="shrink">True</property> |
| 88 |
</packing> |
| 89 |
</child> |
| 90 |
</object> |
| 91 |
</child> |
| 92 |
</object> |
| 93 |
</interface> |