Mercurial > MadButterfly
annotate pyink/component_dock.glade @ 1308:49775feefbcf
Show components and timelines in comp_dock
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Thu, 20 Jan 2011 00:50:49 +0800 |
parents | cf2691a18a7a |
children | f2b1b22f7cbc |
rev | line source |
---|---|
1303 | 1 <?xml version="1.0"?> |
2 <interface> | |
3 <requires lib="gtk+" version="2.16"/> | |
4 <!-- interface-naming-policy project-wide --> | |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
5 <object class="GtkListStore" id="components_model"> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
6 <columns> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
7 <!-- column-name name --> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
8 <column type="gchararray"/> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
9 </columns> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
10 </object> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
11 <object class="GtkListStore" id="timelines_model"> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
12 <columns> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
13 <!-- column-name name --> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
14 <column type="gchararray"/> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
15 </columns> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
16 </object> |
1303 | 17 <object class="GtkWindow" id="window1"> |
18 <child> | |
19 <object class="GtkVBox" id="component_dock_top"> | |
20 <property name="visible">True</property> | |
21 <property name="orientation">vertical</property> | |
22 <child> | |
23 <object class="GtkVBox" id="vbox2"> | |
24 <property name="visible">True</property> | |
25 <property name="orientation">vertical</property> | |
26 <child> | |
27 <object class="GtkTreeView" id="treeview_components"> | |
28 <property name="height_request">100</property> | |
29 <property name="visible">True</property> | |
30 <property name="can_focus">True</property> | |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
31 <property name="model">components_model</property> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
32 <signal name="cursor_changed" handler="on_treeview_components_cursor_changed"/> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
33 <child> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
34 <object class="GtkTreeViewColumn" id="treeviewcolumn1"> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
35 <property name="sizing">autosize</property> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
36 <property name="title">Component Name</property> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
37 <property name="expand">True</property> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
38 <child> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
39 <object class="GtkCellRendererText" id="cellrenderertext1"/> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
40 <attributes> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
41 <attribute name="text">0</attribute> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
42 </attributes> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
43 </child> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
44 </object> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
45 </child> |
1303 | 46 </object> |
47 <packing> | |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
48 <property name="position">0</property> |
1303 | 49 </packing> |
50 </child> | |
51 <child> | |
52 <object class="GtkHButtonBox" id="hbuttonbox1"> | |
53 <property name="visible">True</property> | |
54 <property name="spacing">5</property> | |
55 <property name="layout_style">start</property> | |
56 <child> | |
57 <object class="GtkButton" id="add_comp"> | |
58 <property name="label">gtk-add</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> | |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
63 <signal name="clicked" handler="on_add_comp_clicked"/> |
1303 | 64 </object> |
65 <packing> | |
66 <property name="expand">False</property> | |
67 <property name="fill">False</property> | |
68 <property name="position">0</property> | |
69 </packing> | |
70 </child> | |
71 <child> | |
72 <object class="GtkButton" id="remove_comp"> | |
73 <property name="label">gtk-remove</property> | |
74 <property name="visible">True</property> | |
75 <property name="can_focus">True</property> | |
76 <property name="receives_default">True</property> | |
77 <property name="use_stock">True</property> | |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
78 <signal name="clicked" handler="on_remove_comp_clicked"/> |
1303 | 79 </object> |
80 <packing> | |
81 <property name="expand">False</property> | |
82 <property name="fill">False</property> | |
83 <property name="position">1</property> | |
84 </packing> | |
85 </child> | |
86 </object> | |
87 <packing> | |
88 <property name="expand">False</property> | |
89 <property name="fill">False</property> | |
90 <property name="padding">1</property> | |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
91 <property name="position">1</property> |
1303 | 92 </packing> |
93 </child> | |
94 </object> | |
95 <packing> | |
96 <property name="position">0</property> | |
97 </packing> | |
98 </child> | |
99 <child> | |
100 <object class="GtkHSeparator" id="hseparator1"> | |
101 <property name="visible">True</property> | |
102 </object> | |
103 <packing> | |
104 <property name="expand">False</property> | |
105 <property name="fill">False</property> | |
106 <property name="padding">5</property> | |
107 <property name="position">1</property> | |
108 </packing> | |
109 </child> | |
110 <child> | |
111 <object class="GtkVBox" id="vbox3"> | |
112 <property name="visible">True</property> | |
113 <property name="orientation">vertical</property> | |
114 <child> | |
115 <object class="GtkTreeView" id="treeview_timelines"> | |
116 <property name="height_request">100</property> | |
117 <property name="visible">True</property> | |
118 <property name="can_focus">True</property> | |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
119 <property name="model">timelines_model</property> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
120 <property name="search_column">1</property> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
121 <property name="level_indentation">9</property> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
122 <property name="enable_grid_lines">horizontal</property> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
123 <signal name="cursor_changed" handler="on_treeview_timelines_cursor_changed"/> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
124 <child> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
125 <object class="GtkTreeViewColumn" id="treeviewcolumn2"> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
126 <property name="title">Action/Timeline Name</property> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
127 <child> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
128 <object class="GtkCellRendererText" id="cellrenderertext2"/> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
129 <attributes> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
130 <attribute name="text">0</attribute> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
131 </attributes> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
132 </child> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
133 </object> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
134 </child> |
1303 | 135 </object> |
136 <packing> | |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
137 <property name="position">0</property> |
1303 | 138 </packing> |
139 </child> | |
140 <child> | |
141 <object class="GtkHButtonBox" id="hbuttonbox2"> | |
142 <property name="visible">True</property> | |
143 <property name="spacing">5</property> | |
144 <property name="layout_style">start</property> | |
145 <child> | |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
146 <object class="GtkButton" id="add_timeline"> |
1303 | 147 <property name="label">gtk-add</property> |
148 <property name="visible">True</property> | |
149 <property name="can_focus">True</property> | |
150 <property name="receives_default">True</property> | |
151 <property name="use_stock">True</property> | |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
152 <signal name="clicked" handler="on_add_timeline_clicked"/> |
1303 | 153 </object> |
154 <packing> | |
155 <property name="expand">False</property> | |
156 <property name="fill">False</property> | |
157 <property name="position">0</property> | |
158 </packing> | |
159 </child> | |
160 <child> | |
161 <object class="GtkButton" id="remove_timeline"> | |
162 <property name="label">gtk-remove</property> | |
163 <property name="visible">True</property> | |
164 <property name="can_focus">True</property> | |
165 <property name="receives_default">True</property> | |
166 <property name="use_stock">True</property> | |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
167 <signal name="clicked" handler="on_remove_timeline_clicked"/> |
1303 | 168 </object> |
169 <packing> | |
170 <property name="expand">False</property> | |
171 <property name="fill">False</property> | |
172 <property name="position">1</property> | |
173 </packing> | |
174 </child> | |
175 </object> | |
176 <packing> | |
177 <property name="expand">False</property> | |
178 <property name="fill">False</property> | |
179 <property name="padding">2</property> | |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
180 <property name="position">1</property> |
1303 | 181 </packing> |
182 </child> | |
183 </object> | |
184 <packing> | |
185 <property name="position">2</property> | |
186 </packing> | |
187 </child> | |
188 </object> | |
189 </child> | |
190 </object> | |
191 <object class="GtkActionGroup" id="actiongroup1"/> | |
192 <object class="GtkActionGroup" id="actiongroup2"/> | |
193 <object class="GtkActionGroup" id="actiongroup3"/> | |
194 </interface> |