1 | <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> |
---|
2 | <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> |
---|
3 | |
---|
4 | <glade-interface> |
---|
5 | |
---|
6 | <widget class="GtkWindow" id="win_Main"> |
---|
7 | <property name="visible">True</property> |
---|
8 | <property name="title" translatable="yes">bt5View</property> |
---|
9 | <property name="type">GTK_WINDOW_TOPLEVEL</property> |
---|
10 | <property name="window_position">GTK_WIN_POS_NONE</property> |
---|
11 | <property name="modal">False</property> |
---|
12 | <property name="default_width">1000</property> |
---|
13 | <property name="default_height">600</property> |
---|
14 | <property name="resizable">True</property> |
---|
15 | <property name="destroy_with_parent">False</property> |
---|
16 | <property name="decorated">True</property> |
---|
17 | <property name="skip_taskbar_hint">False</property> |
---|
18 | <property name="skip_pager_hint">False</property> |
---|
19 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
---|
20 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
---|
21 | <property name="focus_on_map">True</property> |
---|
22 | <property name="urgency_hint">False</property> |
---|
23 | <signal name="destroy" handler="on_win_Main_destroy" last_modification_time="Thu, 13 Sep 2007 22:15:45 GMT"/> |
---|
24 | |
---|
25 | <child> |
---|
26 | <widget class="GtkVBox" id="vbox1"> |
---|
27 | <property name="visible">True</property> |
---|
28 | <property name="homogeneous">False</property> |
---|
29 | <property name="spacing">0</property> |
---|
30 | |
---|
31 | <child> |
---|
32 | <widget class="GtkMenuBar" id="menubar1"> |
---|
33 | <property name="visible">True</property> |
---|
34 | <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property> |
---|
35 | <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property> |
---|
36 | |
---|
37 | <child> |
---|
38 | <widget class="GtkMenuItem" id="menuitem1"> |
---|
39 | <property name="visible">True</property> |
---|
40 | <property name="label" translatable="yes">_File</property> |
---|
41 | <property name="use_underline">True</property> |
---|
42 | |
---|
43 | <child> |
---|
44 | <widget class="GtkMenu" id="menuitem1_menu"> |
---|
45 | |
---|
46 | <child> |
---|
47 | <widget class="GtkMenuItem" id="set_data_dir1"> |
---|
48 | <property name="visible">True</property> |
---|
49 | <property name="label" translatable="yes">Set Data Dir</property> |
---|
50 | <property name="use_underline">True</property> |
---|
51 | <signal name="activate" handler="on_set_data_dir1_activate" last_modification_time="Fri, 14 Sep 2007 02:49:01 GMT"/> |
---|
52 | </widget> |
---|
53 | </child> |
---|
54 | |
---|
55 | <child> |
---|
56 | <widget class="GtkSeparatorMenuItem" id="separatormenuitem1"> |
---|
57 | <property name="visible">True</property> |
---|
58 | </widget> |
---|
59 | </child> |
---|
60 | |
---|
61 | <child> |
---|
62 | <widget class="GtkImageMenuItem" id="quit1"> |
---|
63 | <property name="visible">True</property> |
---|
64 | <property name="label">gtk-quit</property> |
---|
65 | <property name="use_stock">True</property> |
---|
66 | <signal name="activate" handler="on_quit1_activate" last_modification_time="Thu, 13 Sep 2007 22:00:06 GMT"/> |
---|
67 | </widget> |
---|
68 | </child> |
---|
69 | </widget> |
---|
70 | </child> |
---|
71 | </widget> |
---|
72 | </child> |
---|
73 | |
---|
74 | <child> |
---|
75 | <widget class="GtkMenuItem" id="menuitem2"> |
---|
76 | <property name="visible">True</property> |
---|
77 | <property name="label" translatable="yes">_Edit</property> |
---|
78 | <property name="use_underline">True</property> |
---|
79 | |
---|
80 | <child> |
---|
81 | <widget class="GtkMenu" id="menuitem2_menu"> |
---|
82 | |
---|
83 | <child> |
---|
84 | <widget class="GtkImageMenuItem" id="cut1"> |
---|
85 | <property name="visible">True</property> |
---|
86 | <property name="label">gtk-cut</property> |
---|
87 | <property name="use_stock">True</property> |
---|
88 | <signal name="activate" handler="on_cut1_activate" last_modification_time="Thu, 13 Sep 2007 22:00:06 GMT"/> |
---|
89 | </widget> |
---|
90 | </child> |
---|
91 | |
---|
92 | <child> |
---|
93 | <widget class="GtkImageMenuItem" id="copy1"> |
---|
94 | <property name="visible">True</property> |
---|
95 | <property name="label">gtk-copy</property> |
---|
96 | <property name="use_stock">True</property> |
---|
97 | <signal name="activate" handler="on_copy1_activate" last_modification_time="Thu, 13 Sep 2007 22:00:06 GMT"/> |
---|
98 | </widget> |
---|
99 | </child> |
---|
100 | |
---|
101 | <child> |
---|
102 | <widget class="GtkImageMenuItem" id="paste1"> |
---|
103 | <property name="visible">True</property> |
---|
104 | <property name="label">gtk-paste</property> |
---|
105 | <property name="use_stock">True</property> |
---|
106 | <signal name="activate" handler="on_paste1_activate" last_modification_time="Thu, 13 Sep 2007 22:00:06 GMT"/> |
---|
107 | </widget> |
---|
108 | </child> |
---|
109 | |
---|
110 | <child> |
---|
111 | <widget class="GtkImageMenuItem" id="delete1"> |
---|
112 | <property name="visible">True</property> |
---|
113 | <property name="label">gtk-delete</property> |
---|
114 | <property name="use_stock">True</property> |
---|
115 | <signal name="activate" handler="on_delete1_activate" last_modification_time="Thu, 13 Sep 2007 22:00:06 GMT"/> |
---|
116 | </widget> |
---|
117 | </child> |
---|
118 | </widget> |
---|
119 | </child> |
---|
120 | </widget> |
---|
121 | </child> |
---|
122 | |
---|
123 | <child> |
---|
124 | <widget class="GtkMenuItem" id="menuitem3"> |
---|
125 | <property name="visible">True</property> |
---|
126 | <property name="label" translatable="yes">_View</property> |
---|
127 | <property name="use_underline">True</property> |
---|
128 | </widget> |
---|
129 | </child> |
---|
130 | |
---|
131 | <child> |
---|
132 | <widget class="GtkMenuItem" id="menuitem4"> |
---|
133 | <property name="visible">True</property> |
---|
134 | <property name="label" translatable="yes">_Help</property> |
---|
135 | <property name="use_underline">True</property> |
---|
136 | |
---|
137 | <child> |
---|
138 | <widget class="GtkMenu" id="menuitem4_menu"> |
---|
139 | |
---|
140 | <child> |
---|
141 | <widget class="GtkMenuItem" id="about1"> |
---|
142 | <property name="visible">True</property> |
---|
143 | <property name="label" translatable="yes">_About</property> |
---|
144 | <property name="use_underline">True</property> |
---|
145 | <signal name="activate" handler="on_about1_activate" last_modification_time="Thu, 13 Sep 2007 22:00:06 GMT"/> |
---|
146 | </widget> |
---|
147 | </child> |
---|
148 | </widget> |
---|
149 | </child> |
---|
150 | </widget> |
---|
151 | </child> |
---|
152 | </widget> |
---|
153 | <packing> |
---|
154 | <property name="padding">0</property> |
---|
155 | <property name="expand">False</property> |
---|
156 | <property name="fill">False</property> |
---|
157 | </packing> |
---|
158 | </child> |
---|
159 | |
---|
160 | <child> |
---|
161 | <widget class="GtkHBox" id="hbox1"> |
---|
162 | <property name="visible">True</property> |
---|
163 | <property name="homogeneous">False</property> |
---|
164 | <property name="spacing">0</property> |
---|
165 | |
---|
166 | <child> |
---|
167 | <widget class="GtkScrolledWindow" id="scrolledwindow1"> |
---|
168 | <property name="visible">True</property> |
---|
169 | <property name="can_focus">True</property> |
---|
170 | <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property> |
---|
171 | <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property> |
---|
172 | <property name="shadow_type">GTK_SHADOW_IN</property> |
---|
173 | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
---|
174 | |
---|
175 | <child> |
---|
176 | <widget class="GtkTreeView" id="tv_filelist"> |
---|
177 | <property name="width_request">150</property> |
---|
178 | <property name="visible">True</property> |
---|
179 | <property name="can_focus">True</property> |
---|
180 | <property name="headers_visible">True</property> |
---|
181 | <property name="rules_hint">False</property> |
---|
182 | <property name="reorderable">False</property> |
---|
183 | <property name="enable_search">True</property> |
---|
184 | <property name="fixed_height_mode">False</property> |
---|
185 | <property name="hover_selection">False</property> |
---|
186 | <property name="hover_expand">False</property> |
---|
187 | </widget> |
---|
188 | </child> |
---|
189 | </widget> |
---|
190 | <packing> |
---|
191 | <property name="padding">0</property> |
---|
192 | <property name="expand">False</property> |
---|
193 | <property name="fill">True</property> |
---|
194 | </packing> |
---|
195 | </child> |
---|
196 | |
---|
197 | <child> |
---|
198 | <widget class="GtkScrolledWindow" id="scrolledwindow2"> |
---|
199 | <property name="visible">True</property> |
---|
200 | <property name="can_focus">True</property> |
---|
201 | <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property> |
---|
202 | <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property> |
---|
203 | <property name="shadow_type">GTK_SHADOW_IN</property> |
---|
204 | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
---|
205 | |
---|
206 | <child> |
---|
207 | <widget class="GtkTreeView" id="tv_plotlist"> |
---|
208 | <property name="width_request">300</property> |
---|
209 | <property name="visible">True</property> |
---|
210 | <property name="can_focus">True</property> |
---|
211 | <property name="headers_visible">True</property> |
---|
212 | <property name="rules_hint">False</property> |
---|
213 | <property name="reorderable">False</property> |
---|
214 | <property name="enable_search">True</property> |
---|
215 | <property name="fixed_height_mode">False</property> |
---|
216 | <property name="hover_selection">False</property> |
---|
217 | <property name="hover_expand">False</property> |
---|
218 | </widget> |
---|
219 | </child> |
---|
220 | </widget> |
---|
221 | <packing> |
---|
222 | <property name="padding">0</property> |
---|
223 | <property name="expand">False</property> |
---|
224 | <property name="fill">False</property> |
---|
225 | </packing> |
---|
226 | </child> |
---|
227 | |
---|
228 | <child> |
---|
229 | <placeholder/> |
---|
230 | </child> |
---|
231 | </widget> |
---|
232 | <packing> |
---|
233 | <property name="padding">0</property> |
---|
234 | <property name="expand">True</property> |
---|
235 | <property name="fill">True</property> |
---|
236 | </packing> |
---|
237 | </child> |
---|
238 | |
---|
239 | <child> |
---|
240 | <widget class="GtkStatusbar" id="statusbar1"> |
---|
241 | <property name="visible">True</property> |
---|
242 | <property name="has_resize_grip">True</property> |
---|
243 | </widget> |
---|
244 | <packing> |
---|
245 | <property name="padding">0</property> |
---|
246 | <property name="expand">False</property> |
---|
247 | <property name="fill">False</property> |
---|
248 | </packing> |
---|
249 | </child> |
---|
250 | </widget> |
---|
251 | </child> |
---|
252 | </widget> |
---|
253 | |
---|
254 | </glade-interface> |
---|