Mercurial > MadButterfly
annotate pyink/component_dock.glade @ 1409:b8ba20b8f91a
Call onInitDOne when all pictures are loaded.
author | wycc |
---|---|
date | Wed, 06 Apr 2011 07:52:13 +0800 |
parents | 5da64f67d00d |
children | 894a4bf35fe6 |
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"/> |
1309
f2b1b22f7cbc
Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents:
1308
diff
changeset
|
9 <!-- column-name editable --> |
f2b1b22f7cbc
Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents:
1308
diff
changeset
|
10 <column type="gboolean"/> |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
11 </columns> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
12 </object> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
13 <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
|
14 <columns> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
15 <!-- column-name name --> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
16 <column type="gchararray"/> |
1309
f2b1b22f7cbc
Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents:
1308
diff
changeset
|
17 <!-- column-name editable --> |
f2b1b22f7cbc
Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents:
1308
diff
changeset
|
18 <column type="gboolean"/> |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
19 </columns> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
20 </object> |
1303 | 21 <object class="GtkWindow" id="window1"> |
22 <child> | |
23 <object class="GtkVBox" id="component_dock_top"> | |
24 <property name="visible">True</property> | |
25 <property name="orientation">vertical</property> | |
26 <child> | |
27 <object class="GtkVBox" id="vbox2"> | |
28 <property name="visible">True</property> | |
29 <property name="orientation">vertical</property> | |
30 <child> | |
31 <object class="GtkTreeView" id="treeview_components"> | |
32 <property name="height_request">100</property> | |
33 <property name="visible">True</property> | |
34 <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
|
35 <property name="model">components_model</property> |
1331
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
36 <signal name="button_press_event" handler="on_treeview_components_button_press_event"/> |
1330
c2a693a27eb9
Double click to switch component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents:
1309
diff
changeset
|
37 <signal name="row_activated" handler="on_treeview_components_row_activated"/> |
1308
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="GtkTreeViewColumn" id="treeviewcolumn1"> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
40 <property name="sizing">autosize</property> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
41 <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
|
42 <property name="expand">True</property> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
43 <child> |
1309
f2b1b22f7cbc
Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents:
1308
diff
changeset
|
44 <object class="GtkCellRendererText" id="cellrenderer_comp"> |
f2b1b22f7cbc
Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents:
1308
diff
changeset
|
45 <signal name="edited" handler="on_cellrenderer_comp_edited"/> |
f2b1b22f7cbc
Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents:
1308
diff
changeset
|
46 </object> |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
47 <attributes> |
1309
f2b1b22f7cbc
Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents:
1308
diff
changeset
|
48 <attribute name="editable">1</attribute> |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
49 <attribute name="text">0</attribute> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
50 </attributes> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
51 </child> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
52 </object> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
53 </child> |
1303 | 54 </object> |
55 <packing> | |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
56 <property name="position">0</property> |
1303 | 57 </packing> |
58 </child> | |
59 <child> | |
60 <object class="GtkHButtonBox" id="hbuttonbox1"> | |
61 <property name="visible">True</property> | |
62 <property name="spacing">5</property> | |
63 <property name="layout_style">start</property> | |
64 <child> | |
65 <object class="GtkButton" id="add_comp"> | |
66 <property name="label">gtk-add</property> | |
67 <property name="visible">True</property> | |
68 <property name="can_focus">True</property> | |
69 <property name="receives_default">True</property> | |
70 <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
|
71 <signal name="clicked" handler="on_add_comp_clicked"/> |
1303 | 72 </object> |
73 <packing> | |
74 <property name="expand">False</property> | |
75 <property name="fill">False</property> | |
76 <property name="position">0</property> | |
77 </packing> | |
78 </child> | |
79 <child> | |
80 <object class="GtkButton" id="remove_comp"> | |
81 <property name="label">gtk-remove</property> | |
82 <property name="visible">True</property> | |
83 <property name="can_focus">True</property> | |
84 <property name="receives_default">True</property> | |
85 <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
|
86 <signal name="clicked" handler="on_remove_comp_clicked"/> |
1303 | 87 </object> |
88 <packing> | |
89 <property name="expand">False</property> | |
90 <property name="fill">False</property> | |
91 <property name="position">1</property> | |
92 </packing> | |
93 </child> | |
94 </object> | |
95 <packing> | |
96 <property name="expand">False</property> | |
97 <property name="fill">False</property> | |
98 <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
|
99 <property name="position">1</property> |
1303 | 100 </packing> |
101 </child> | |
102 </object> | |
103 <packing> | |
104 <property name="position">0</property> | |
105 </packing> | |
106 </child> | |
107 <child> | |
108 <object class="GtkHSeparator" id="hseparator1"> | |
109 <property name="visible">True</property> | |
110 </object> | |
111 <packing> | |
112 <property name="expand">False</property> | |
113 <property name="fill">False</property> | |
114 <property name="padding">5</property> | |
115 <property name="position">1</property> | |
116 </packing> | |
117 </child> | |
118 <child> | |
119 <object class="GtkVBox" id="vbox3"> | |
120 <property name="visible">True</property> | |
121 <property name="orientation">vertical</property> | |
122 <child> | |
123 <object class="GtkTreeView" id="treeview_timelines"> | |
124 <property name="height_request">100</property> | |
125 <property name="visible">True</property> | |
126 <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
|
127 <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
|
128 <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
|
129 <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
|
130 <property name="enable_grid_lines">horizontal</property> |
1331
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
131 <signal name="button_press_event" handler="on_treeview_timelines_button_press_event"/> |
1330
c2a693a27eb9
Double click to switch component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents:
1309
diff
changeset
|
132 <signal name="row_activated" handler="on_treeview_timelines_row_activated"/> |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
133 <child> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
134 <object class="GtkTreeViewColumn" id="treeviewcolumn2"> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
135 <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
|
136 <child> |
1309
f2b1b22f7cbc
Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents:
1308
diff
changeset
|
137 <object class="GtkCellRendererText" id="cellrenderer_timelines"> |
f2b1b22f7cbc
Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents:
1308
diff
changeset
|
138 <signal name="edited" handler="on_cellrenderer_timelines_edited"/> |
f2b1b22f7cbc
Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents:
1308
diff
changeset
|
139 </object> |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
140 <attributes> |
1309
f2b1b22f7cbc
Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents:
1308
diff
changeset
|
141 <attribute name="editable">1</attribute> |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
142 <attribute name="text">0</attribute> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
143 </attributes> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
144 </child> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
145 </object> |
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
146 </child> |
1303 | 147 </object> |
148 <packing> | |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
149 <property name="position">0</property> |
1303 | 150 </packing> |
151 </child> | |
152 <child> | |
153 <object class="GtkHButtonBox" id="hbuttonbox2"> | |
154 <property name="visible">True</property> | |
155 <property name="spacing">5</property> | |
156 <property name="layout_style">start</property> | |
157 <child> | |
1308
49775feefbcf
Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents:
1303
diff
changeset
|
158 <object class="GtkButton" id="add_timeline"> |
1303 | 159 <property name="label">gtk-add</property> |
160 <property name="visible">True</property> | |
161 <property name="can_focus">True</property> | |
162 <property name="receives_default">True</property> | |
163 <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
|
164 <signal name="clicked" handler="on_add_timeline_clicked"/> |
1303 | 165 </object> |
166 <packing> | |
167 <property name="expand">False</property> | |
168 <property name="fill">False</property> | |
169 <property name="position">0</property> | |
170 </packing> | |
171 </child> | |
172 <child> | |
173 <object class="GtkButton" id="remove_timeline"> | |
174 <property name="label">gtk-remove</property> | |
175 <property name="visible">True</property> | |
176 <property name="can_focus">True</property> | |
177 <property name="receives_default">True</property> | |
178 <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
|
179 <signal name="clicked" handler="on_remove_timeline_clicked"/> |
1303 | 180 </object> |
181 <packing> | |
182 <property name="expand">False</property> | |
183 <property name="fill">False</property> | |
184 <property name="position">1</property> | |
185 </packing> | |
186 </child> | |
187 </object> | |
188 <packing> | |
189 <property name="expand">False</property> | |
190 <property name="fill">False</property> | |
191 <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
|
192 <property name="position">1</property> |
1303 | 193 </packing> |
194 </child> | |
195 </object> | |
196 <packing> | |
197 <property name="position">2</property> | |
198 </packing> | |
199 </child> | |
200 </object> | |
201 </child> | |
202 </object> | |
203 <object class="GtkActionGroup" id="actiongroup1"/> | |
204 <object class="GtkActionGroup" id="actiongroup2"/> | |
205 <object class="GtkActionGroup" id="actiongroup3"/> | |
1331
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
206 <object class="GtkMenu" id="components_menu"> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
207 <property name="visible">True</property> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
208 <child> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
209 <object class="GtkMenuItem" id="rename_component"> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
210 <property name="visible">True</property> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
211 <property name="label" translatable="yes">Rename</property> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
212 <property name="use_underline">True</property> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
213 <signal name="activate" handler="on_rename_component_activate"/> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
214 </object> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
215 </child> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
216 <child> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
217 <object class="GtkMenuItem" id="link_component"> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
218 <property name="visible">True</property> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
219 <property name="label" translatable="yes">Link</property> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
220 <property name="use_underline">True</property> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
221 <signal name="activate" handler="on_link_component_activate"/> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
222 </object> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
223 </child> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
224 <child> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
225 <object class="GtkMenuItem" id="switch_component"> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
226 <property name="visible">True</property> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
227 <property name="label" translatable="yes">Switch to</property> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
228 <property name="use_underline">True</property> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
229 <signal name="activate" handler="on_switch_component_activate"/> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
230 </object> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
231 </child> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
232 </object> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
233 <object class="GtkMenu" id="timelines_menu"> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
234 <property name="visible">True</property> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
235 <child> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
236 <object class="GtkMenuItem" id="rename_timeline"> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
237 <property name="visible">True</property> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
238 <property name="label" translatable="yes">Rename</property> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
239 <property name="use_underline">True</property> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
240 <signal name="activate" handler="on_rename_timeline_activate"/> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
241 </object> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
242 </child> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
243 <child> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
244 <object class="GtkMenuItem" id="switch_timeline"> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
245 <property name="visible">True</property> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
246 <property name="label" translatable="yes">Switch to</property> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
247 <property name="use_underline">True</property> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
248 <signal name="activate" handler="on_switch_timeline_activate"/> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
249 </object> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
250 </child> |
5da64f67d00d
Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents:
1330
diff
changeset
|
251 </object> |
1303 | 252 </interface> |