blob: 89692266d5334cad4ecce4f068f87bf7cc9c6474 [file] [log] [blame]
Stepan Salenikovich61cbab02015-03-16 18:35:10 -04001<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3 <requires lib="gtk+" version="3.10"/>
4 <template class="AccountView" parent="GtkBox">
5 <property name="visible">True</property>
6 <property name="can_focus">False</property>
7 <property name="orientation">vertical</property>
8 <child>
9 <object class="GtkBox" id="hbox_main">
10 <property name="visible">True</property>
11 <property name="can_focus">False</property>
12 <property name="spacing">5</property>
13 <!-- account list on left side of the box -->
14 <child>
15 <object class="GtkBox" id="vbox_account_list">
16 <property name="visible">True</property>
17 <property name="can_focus">False</property>
18 <property name="orientation">vertical</property>
19 <child>
20 <object class="GtkScrolledWindow" id="scrolledwindow_account_list">
21 <property name="visible">True</property>
22 <property name="can_focus">True</property>
23 <property name="shadow_type">in</property>
24 <property name="vscrollbar_policy">never</property>
25 <property name="hscrollbar_policy">never</property>
26 <child>
27 <object class="GtkTreeView" id="treeview_account_list">
28 <property name="visible">True</property>
29 <property name="can_focus">True</property>
30 </object>
31 </child>
32 </object>
33 <packing>
34 <property name="expand">True</property>
35 <property name="fill">True</property>
36 <property name="position">0</property>
37 </packing>
38 </child>
39 <child>
40 <placeholder/>
41 </child>
42 <child>
43 <placeholder/>
44 </child>
45 </object>
46 <packing>
47 <property name="expand">False</property>
48 <property name="fill">True</property>
49 <property name="position">0</property>
50 </packing>
51 </child>
52 <!-- end of account list on left side of box -->
53 <!-- individual account view -->
54 <child>
55 <object class="GtkStack" id="stack_account">
56 <property name="visible">True</property>
57 <property name="transition-type">GTK_STACK_TRANSITION_TYPE_SLIDE_RIGHT</property>
58 <property name="transition-duration">300</property>
59 </object>
60 <packing>
61 <property name="expand">True</property>
62 <property name="fill">True</property>
63 </packing>
64 </child>
65 <!-- end individual account view -->
66 </object>
67 <packing>
68 <property name="expand">True</property>
69 <property name="fill">True</property>
70 <property name="position">0</property>
71 </packing>
72 </child>
73 </template>
74</interface>