annotate pyink/component_dock.glade @ 1479:92a8497d0361

Make FSM editor scrollable
author Thinker K.F. Li <thinker@codemud.net>
date Wed, 27 Apr 2011 15:41:47 +0800
parents 75ca2a66c08d
children
rev   line source
1303
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
1 <?xml version="1.0"?>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
2 <interface>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
3 <requires lib="gtk+" version="2.16"/>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
4 <!-- interface-naming-policy project-wide -->
1460
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
5 <object class="GtkListStore" id="timelines_model">
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
6 <columns>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
7 <!-- column-name name -->
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
8 <column type="gchararray"/>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
9 <!-- column-name editable -->
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
10 <column type="gboolean"/>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
11 <!-- column-name selected -->
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
12 <column type="gboolean"/>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
13 <!-- column-name selicon -->
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
14 <column type="gchararray"/>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
15 </columns>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
16 </object>
1308
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
17 <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
18 <columns>
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
19 <!-- column-name name -->
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
20 <column type="gchararray"/>
1309
f2b1b22f7cbc Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents: 1308
diff changeset
21 <!-- column-name editable -->
f2b1b22f7cbc Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents: 1308
diff changeset
22 <column type="gboolean"/>
1460
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
23 <!-- column-name selected -->
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
24 <column type="gboolean"/>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
25 <!-- column-name selicon -->
1308
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
26 <column type="gchararray"/>
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
27 </columns>
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
28 </object>
1303
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
29 <object class="GtkWindow" id="window1">
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
30 <child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
31 <object class="GtkVBox" id="component_dock_top">
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
32 <property name="visible">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
33 <property name="orientation">vertical</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
34 <child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
35 <object class="GtkVBox" id="vbox2">
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
36 <property name="visible">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
37 <property name="orientation">vertical</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
38 <child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
39 <object class="GtkTreeView" id="treeview_components">
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
40 <property name="height_request">100</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
41 <property name="visible">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
42 <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
43 <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
44 <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
45 <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
46 <child>
1460
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
47 <object class="GtkTreeViewColumn" id="treeviewcolumn3">
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
48 <child>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
49 <object class="GtkCellRendererPixbuf" id="cellrendererpixbuf2"/>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
50 <attributes>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
51 <attribute name="visible">2</attribute>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
52 <attribute name="stock-id">3</attribute>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
53 </attributes>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
54 </child>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
55 </object>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
56 </child>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
57 <child>
1308
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
58 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
59 <property name="sizing">autosize</property>
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
60 <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
61 <property name="expand">True</property>
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
62 <child>
1309
f2b1b22f7cbc Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents: 1308
diff changeset
63 <object class="GtkCellRendererText" id="cellrenderer_comp">
f2b1b22f7cbc Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents: 1308
diff changeset
64 <signal name="edited" handler="on_cellrenderer_comp_edited"/>
f2b1b22f7cbc Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents: 1308
diff changeset
65 </object>
1308
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
66 <attributes>
1309
f2b1b22f7cbc Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents: 1308
diff changeset
67 <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
68 <attribute name="text">0</attribute>
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
69 </attributes>
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
70 </child>
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
71 </object>
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
72 </child>
1303
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
73 </object>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
74 <packing>
1308
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
75 <property name="position">0</property>
1303
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
76 </packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
77 </child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
78 <child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
79 <object class="GtkHButtonBox" id="hbuttonbox1">
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
80 <property name="visible">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
81 <property name="spacing">5</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
82 <property name="layout_style">start</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
83 <child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
84 <object class="GtkButton" id="add_comp">
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
85 <property name="label">gtk-add</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
86 <property name="visible">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
87 <property name="can_focus">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
88 <property name="receives_default">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
89 <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
90 <signal name="clicked" handler="on_add_comp_clicked"/>
1303
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
91 </object>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
92 <packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
93 <property name="expand">False</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
94 <property name="fill">False</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
95 <property name="position">0</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
96 </packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
97 </child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
98 <child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
99 <object class="GtkButton" id="remove_comp">
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
100 <property name="label">gtk-remove</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
101 <property name="visible">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
102 <property name="can_focus">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
103 <property name="receives_default">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
104 <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
105 <signal name="clicked" handler="on_remove_comp_clicked"/>
1303
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
106 </object>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
107 <packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
108 <property name="expand">False</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
109 <property name="fill">False</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
110 <property name="position">1</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
111 </packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
112 </child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
113 </object>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
114 <packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
115 <property name="expand">False</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
116 <property name="fill">False</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
117 <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
118 <property name="position">1</property>
1303
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
119 </packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
120 </child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
121 </object>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
122 <packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
123 <property name="position">0</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
124 </packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
125 </child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
126 <child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
127 <object class="GtkHSeparator" id="hseparator1">
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
128 <property name="visible">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
129 </object>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
130 <packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
131 <property name="expand">False</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
132 <property name="fill">False</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
133 <property name="padding">5</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
134 <property name="position">1</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
135 </packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
136 </child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
137 <child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
138 <object class="GtkVBox" id="vbox3">
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
139 <property name="visible">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
140 <property name="orientation">vertical</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
141 <child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
142 <object class="GtkTreeView" id="treeview_timelines">
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
143 <property name="height_request">100</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
144 <property name="visible">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
145 <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
146 <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
147 <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
148 <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
149 <property name="enable_grid_lines">horizontal</property>
1460
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
150 <property name="tooltip_column">0</property>
1331
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
151 <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
152 <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
153 <child>
1460
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
154 <object class="GtkTreeViewColumn" id="treeviewcolumn4">
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
155 <child>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
156 <object class="GtkCellRendererPixbuf" id="cellrendererpixbuf1"/>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
157 <attributes>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
158 <attribute name="visible">2</attribute>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
159 <attribute name="stock-id">3</attribute>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
160 </attributes>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
161 </child>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
162 </object>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
163 </child>
75ca2a66c08d Hint user current selected component and timeline
Thinker K.F. Li <thinker@codemud.net>
parents: 1456
diff changeset
164 <child>
1308
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
165 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
166 <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
167 <child>
1309
f2b1b22f7cbc Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents: 1308
diff changeset
168 <object class="GtkCellRendererText" id="cellrenderer_timelines">
f2b1b22f7cbc Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents: 1308
diff changeset
169 <signal name="edited" handler="on_cellrenderer_timelines_edited"/>
f2b1b22f7cbc Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents: 1308
diff changeset
170 </object>
1308
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
171 <attributes>
1309
f2b1b22f7cbc Make comp_dock editable
Thinker K.F. Li <thinker@codemud.net>
parents: 1308
diff changeset
172 <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
173 <attribute name="text">0</attribute>
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
174 </attributes>
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
175 </child>
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
176 </object>
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
177 </child>
1303
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
178 </object>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
179 <packing>
1308
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
180 <property name="position">0</property>
1303
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
181 </packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
182 </child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
183 <child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
184 <object class="GtkHButtonBox" id="hbuttonbox2">
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
185 <property name="visible">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
186 <property name="spacing">5</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
187 <property name="layout_style">start</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
188 <child>
1308
49775feefbcf Show components and timelines in comp_dock
Thinker K.F. Li <thinker@codemud.net>
parents: 1303
diff changeset
189 <object class="GtkButton" id="add_timeline">
1303
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
190 <property name="label">gtk-add</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
191 <property name="visible">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
192 <property name="can_focus">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
193 <property name="receives_default">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
194 <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
195 <signal name="clicked" handler="on_add_timeline_clicked"/>
1303
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
196 </object>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
197 <packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
198 <property name="expand">False</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
199 <property name="fill">False</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
200 <property name="position">0</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
201 </packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
202 </child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
203 <child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
204 <object class="GtkButton" id="remove_timeline">
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
205 <property name="label">gtk-remove</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
206 <property name="visible">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
207 <property name="can_focus">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
208 <property name="receives_default">True</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
209 <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
210 <signal name="clicked" handler="on_remove_timeline_clicked"/>
1303
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
211 </object>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
212 <packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
213 <property name="expand">False</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
214 <property name="fill">False</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
215 <property name="position">1</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
216 </packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
217 </child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
218 </object>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
219 <packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
220 <property name="expand">False</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
221 <property name="fill">False</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
222 <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
223 <property name="position">1</property>
1303
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
224 </packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
225 </child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
226 </object>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
227 <packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
228 <property name="position">2</property>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
229 </packing>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
230 </child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
231 </object>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
232 </child>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
233 </object>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
234 <object class="GtkActionGroup" id="actiongroup1"/>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
235 <object class="GtkActionGroup" id="actiongroup2"/>
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
236 <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
237 <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
238 <property name="visible">True</property>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
239 <child>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
240 <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
241 <property name="visible">True</property>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
242 <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
243 <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
244 <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
245 </object>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
246 </child>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
247 <child>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
248 <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
249 <property name="visible">True</property>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
250 <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
251 <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
252 <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
253 </object>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
254 </child>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
255 <child>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
256 <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
257 <property name="visible">True</property>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
258 <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
259 <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
260 <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
261 </object>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
262 </child>
1456
894a4bf35fe6 Start implement FSM editor window
Thinker K.F. Li <thinker@codemud.net>
parents: 1331
diff changeset
263 <child>
894a4bf35fe6 Start implement FSM editor window
Thinker K.F. Li <thinker@codemud.net>
parents: 1331
diff changeset
264 <object class="GtkMenuItem" id="edit_FSM">
894a4bf35fe6 Start implement FSM editor window
Thinker K.F. Li <thinker@codemud.net>
parents: 1331
diff changeset
265 <property name="visible">True</property>
894a4bf35fe6 Start implement FSM editor window
Thinker K.F. Li <thinker@codemud.net>
parents: 1331
diff changeset
266 <property name="tooltip_text" translatable="yes">Edit FSM of the component.</property>
894a4bf35fe6 Start implement FSM editor window
Thinker K.F. Li <thinker@codemud.net>
parents: 1331
diff changeset
267 <property name="label" translatable="yes">State Machine</property>
894a4bf35fe6 Start implement FSM editor window
Thinker K.F. Li <thinker@codemud.net>
parents: 1331
diff changeset
268 <property name="use_underline">True</property>
894a4bf35fe6 Start implement FSM editor window
Thinker K.F. Li <thinker@codemud.net>
parents: 1331
diff changeset
269 <signal name="activate" handler="on_edit_FSM_activate"/>
894a4bf35fe6 Start implement FSM editor window
Thinker K.F. Li <thinker@codemud.net>
parents: 1331
diff changeset
270 </object>
894a4bf35fe6 Start implement FSM editor window
Thinker K.F. Li <thinker@codemud.net>
parents: 1331
diff changeset
271 </child>
1331
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
272 </object>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
273 <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
274 <property name="visible">True</property>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
275 <child>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
276 <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
277 <property name="visible">True</property>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
278 <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
279 <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
280 <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
281 </object>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
282 </child>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
283 <child>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
284 <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
285 <property name="visible">True</property>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
286 <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
287 <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
288 <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
289 </object>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
290 </child>
5da64f67d00d Rename components and timelines with context menu
Thinker K.F. Li <thinker@codemud.net>
parents: 1330
diff changeset
291 </object>
1303
cf2691a18a7a Add component dock
Thinker K.F. Li <thinker@codemud.net>
parents:
diff changeset
292 </interface>