Mercurial > MadButterfly
comparison pyink/component_dock.glade @ 1303:cf2691a18a7a
Add component dock
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Wed, 19 Jan 2011 14:52:29 +0800 |
parents | |
children | 49775feefbcf |
comparison
equal
deleted
inserted
replaced
1302:c53331c55a23 | 1303:cf2691a18a7a |
---|---|
1 <?xml version="1.0"?> | |
2 <interface> | |
3 <requires lib="gtk+" version="2.16"/> | |
4 <!-- interface-naming-policy project-wide --> | |
5 <object class="GtkWindow" id="window1"> | |
6 <child> | |
7 <object class="GtkVBox" id="component_dock_top"> | |
8 <property name="visible">True</property> | |
9 <property name="orientation">vertical</property> | |
10 <child> | |
11 <object class="GtkVBox" id="vbox2"> | |
12 <property name="visible">True</property> | |
13 <property name="orientation">vertical</property> | |
14 <child> | |
15 <object class="GtkLabel" id="label1"> | |
16 <property name="visible">True</property> | |
17 <property name="xalign">0</property> | |
18 <property name="xpad">5</property> | |
19 <property name="label" translatable="yes">Components</property> | |
20 </object> | |
21 <packing> | |
22 <property name="expand">False</property> | |
23 <property name="fill">False</property> | |
24 <property name="position">0</property> | |
25 </packing> | |
26 </child> | |
27 <child> | |
28 <object class="GtkTreeView" id="treeview_components"> | |
29 <property name="height_request">100</property> | |
30 <property name="visible">True</property> | |
31 <property name="can_focus">True</property> | |
32 </object> | |
33 <packing> | |
34 <property name="position">1</property> | |
35 </packing> | |
36 </child> | |
37 <child> | |
38 <object class="GtkHButtonBox" id="hbuttonbox1"> | |
39 <property name="visible">True</property> | |
40 <property name="spacing">5</property> | |
41 <property name="layout_style">start</property> | |
42 <child> | |
43 <object class="GtkButton" id="add_comp"> | |
44 <property name="label">gtk-add</property> | |
45 <property name="visible">True</property> | |
46 <property name="can_focus">True</property> | |
47 <property name="receives_default">True</property> | |
48 <property name="use_stock">True</property> | |
49 </object> | |
50 <packing> | |
51 <property name="expand">False</property> | |
52 <property name="fill">False</property> | |
53 <property name="position">0</property> | |
54 </packing> | |
55 </child> | |
56 <child> | |
57 <object class="GtkButton" id="remove_comp"> | |
58 <property name="label">gtk-remove</property> | |
59 <property name="visible">True</property> | |
60 <property name="can_focus">True</property> | |
61 <property name="receives_default">True</property> | |
62 <property name="use_stock">True</property> | |
63 </object> | |
64 <packing> | |
65 <property name="expand">False</property> | |
66 <property name="fill">False</property> | |
67 <property name="position">1</property> | |
68 </packing> | |
69 </child> | |
70 </object> | |
71 <packing> | |
72 <property name="expand">False</property> | |
73 <property name="fill">False</property> | |
74 <property name="padding">1</property> | |
75 <property name="position">2</property> | |
76 </packing> | |
77 </child> | |
78 </object> | |
79 <packing> | |
80 <property name="position">0</property> | |
81 </packing> | |
82 </child> | |
83 <child> | |
84 <object class="GtkHSeparator" id="hseparator1"> | |
85 <property name="visible">True</property> | |
86 </object> | |
87 <packing> | |
88 <property name="expand">False</property> | |
89 <property name="fill">False</property> | |
90 <property name="padding">5</property> | |
91 <property name="position">1</property> | |
92 </packing> | |
93 </child> | |
94 <child> | |
95 <object class="GtkVBox" id="vbox3"> | |
96 <property name="visible">True</property> | |
97 <property name="orientation">vertical</property> | |
98 <child> | |
99 <object class="GtkLabel" id="label2"> | |
100 <property name="visible">True</property> | |
101 <property name="xalign">0</property> | |
102 <property name="xpad">5</property> | |
103 <property name="label" translatable="yes">Actions / timelines</property> | |
104 </object> | |
105 <packing> | |
106 <property name="expand">False</property> | |
107 <property name="fill">False</property> | |
108 <property name="position">0</property> | |
109 </packing> | |
110 </child> | |
111 <child> | |
112 <object class="GtkTreeView" id="treeview_timelines"> | |
113 <property name="height_request">100</property> | |
114 <property name="visible">True</property> | |
115 <property name="can_focus">True</property> | |
116 </object> | |
117 <packing> | |
118 <property name="position">1</property> | |
119 </packing> | |
120 </child> | |
121 <child> | |
122 <object class="GtkHButtonBox" id="hbuttonbox2"> | |
123 <property name="visible">True</property> | |
124 <property name="spacing">5</property> | |
125 <property name="layout_style">start</property> | |
126 <child> | |
127 <object class="GtkButton" id="add_timline"> | |
128 <property name="label">gtk-add</property> | |
129 <property name="visible">True</property> | |
130 <property name="can_focus">True</property> | |
131 <property name="receives_default">True</property> | |
132 <property name="use_stock">True</property> | |
133 </object> | |
134 <packing> | |
135 <property name="expand">False</property> | |
136 <property name="fill">False</property> | |
137 <property name="position">0</property> | |
138 </packing> | |
139 </child> | |
140 <child> | |
141 <object class="GtkButton" id="remove_timeline"> | |
142 <property name="label">gtk-remove</property> | |
143 <property name="visible">True</property> | |
144 <property name="can_focus">True</property> | |
145 <property name="receives_default">True</property> | |
146 <property name="use_stock">True</property> | |
147 </object> | |
148 <packing> | |
149 <property name="expand">False</property> | |
150 <property name="fill">False</property> | |
151 <property name="position">1</property> | |
152 </packing> | |
153 </child> | |
154 </object> | |
155 <packing> | |
156 <property name="expand">False</property> | |
157 <property name="fill">False</property> | |
158 <property name="padding">2</property> | |
159 <property name="position">2</property> | |
160 </packing> | |
161 </child> | |
162 </object> | |
163 <packing> | |
164 <property name="position">2</property> | |
165 </packing> | |
166 </child> | |
167 </object> | |
168 </child> | |
169 </object> | |
170 <object class="GtkActionGroup" id="actiongroup1"/> | |
171 <object class="GtkActionGroup" id="actiongroup2"/> | |
172 <object class="GtkActionGroup" id="actiongroup3"/> | |
173 </interface> |