xref: /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/gconf.glade (revision 53ee8cc121a030b8d368113ac3e966b4705770ef)
1*53ee8cc1Swenshuai.xi<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2*53ee8cc1Swenshuai.xi
3*53ee8cc1Swenshuai.xi<glade-interface>
4*53ee8cc1Swenshuai.xi
5*53ee8cc1Swenshuai.xi<widget class="GtkWindow" id="window1">
6*53ee8cc1Swenshuai.xi  <property name="visible">True</property>
7*53ee8cc1Swenshuai.xi  <property name="title" translatable="yes">Gtk Kernel Configurator</property>
8*53ee8cc1Swenshuai.xi  <property name="type">GTK_WINDOW_TOPLEVEL</property>
9*53ee8cc1Swenshuai.xi  <property name="window_position">GTK_WIN_POS_NONE</property>
10*53ee8cc1Swenshuai.xi  <property name="modal">False</property>
11*53ee8cc1Swenshuai.xi  <property name="default_width">640</property>
12*53ee8cc1Swenshuai.xi  <property name="default_height">480</property>
13*53ee8cc1Swenshuai.xi  <property name="resizable">True</property>
14*53ee8cc1Swenshuai.xi  <property name="destroy_with_parent">False</property>
15*53ee8cc1Swenshuai.xi  <property name="decorated">True</property>
16*53ee8cc1Swenshuai.xi  <property name="skip_taskbar_hint">False</property>
17*53ee8cc1Swenshuai.xi  <property name="skip_pager_hint">False</property>
18*53ee8cc1Swenshuai.xi  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
19*53ee8cc1Swenshuai.xi  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
20*53ee8cc1Swenshuai.xi  <signal name="destroy" handler="on_window1_destroy" object="window1"/>
21*53ee8cc1Swenshuai.xi  <signal name="size_request" handler="on_window1_size_request" object="vpaned1" last_modification_time="Fri, 11 Jan 2002 16:17:11 GMT"/>
22*53ee8cc1Swenshuai.xi  <signal name="delete_event" handler="on_window1_delete_event" object="window1" last_modification_time="Sun, 09 Mar 2003 19:42:46 GMT"/>
23*53ee8cc1Swenshuai.xi
24*53ee8cc1Swenshuai.xi  <child>
25*53ee8cc1Swenshuai.xi    <widget class="GtkVBox" id="vbox1">
26*53ee8cc1Swenshuai.xi      <property name="visible">True</property>
27*53ee8cc1Swenshuai.xi      <property name="homogeneous">False</property>
28*53ee8cc1Swenshuai.xi      <property name="spacing">0</property>
29*53ee8cc1Swenshuai.xi
30*53ee8cc1Swenshuai.xi      <child>
31*53ee8cc1Swenshuai.xi	<widget class="GtkMenuBar" id="menubar1">
32*53ee8cc1Swenshuai.xi	  <property name="visible">True</property>
33*53ee8cc1Swenshuai.xi
34*53ee8cc1Swenshuai.xi	  <child>
35*53ee8cc1Swenshuai.xi	    <widget class="GtkMenuItem" id="file1">
36*53ee8cc1Swenshuai.xi	      <property name="visible">True</property>
37*53ee8cc1Swenshuai.xi	      <property name="label" translatable="yes">_File</property>
38*53ee8cc1Swenshuai.xi	      <property name="use_underline">True</property>
39*53ee8cc1Swenshuai.xi
40*53ee8cc1Swenshuai.xi	      <child>
41*53ee8cc1Swenshuai.xi		<widget class="GtkMenu" id="file1_menu">
42*53ee8cc1Swenshuai.xi
43*53ee8cc1Swenshuai.xi		  <child>
44*53ee8cc1Swenshuai.xi		    <widget class="GtkImageMenuItem" id="load1">
45*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
46*53ee8cc1Swenshuai.xi		      <property name="tooltip" translatable="yes">Load a config file</property>
47*53ee8cc1Swenshuai.xi		      <property name="label" translatable="yes">_Load</property>
48*53ee8cc1Swenshuai.xi		      <property name="use_underline">True</property>
49*53ee8cc1Swenshuai.xi		      <signal name="activate" handler="on_load1_activate"/>
50*53ee8cc1Swenshuai.xi		      <accelerator key="L" modifiers="GDK_CONTROL_MASK" signal="activate"/>
51*53ee8cc1Swenshuai.xi
52*53ee8cc1Swenshuai.xi		      <child internal-child="image">
53*53ee8cc1Swenshuai.xi			<widget class="GtkImage" id="image39">
54*53ee8cc1Swenshuai.xi			  <property name="visible">True</property>
55*53ee8cc1Swenshuai.xi			  <property name="stock">gtk-open</property>
56*53ee8cc1Swenshuai.xi			  <property name="icon_size">1</property>
57*53ee8cc1Swenshuai.xi			  <property name="xalign">0.5</property>
58*53ee8cc1Swenshuai.xi			  <property name="yalign">0.5</property>
59*53ee8cc1Swenshuai.xi			  <property name="xpad">0</property>
60*53ee8cc1Swenshuai.xi			  <property name="ypad">0</property>
61*53ee8cc1Swenshuai.xi			</widget>
62*53ee8cc1Swenshuai.xi		      </child>
63*53ee8cc1Swenshuai.xi		    </widget>
64*53ee8cc1Swenshuai.xi		  </child>
65*53ee8cc1Swenshuai.xi
66*53ee8cc1Swenshuai.xi		  <child>
67*53ee8cc1Swenshuai.xi		    <widget class="GtkImageMenuItem" id="save1">
68*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
69*53ee8cc1Swenshuai.xi		      <property name="tooltip" translatable="yes">Save the config in .config</property>
70*53ee8cc1Swenshuai.xi		      <property name="label" translatable="yes">_Save</property>
71*53ee8cc1Swenshuai.xi		      <property name="use_underline">True</property>
72*53ee8cc1Swenshuai.xi		      <signal name="activate" handler="on_save_activate"/>
73*53ee8cc1Swenshuai.xi		      <accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/>
74*53ee8cc1Swenshuai.xi
75*53ee8cc1Swenshuai.xi		      <child internal-child="image">
76*53ee8cc1Swenshuai.xi			<widget class="GtkImage" id="image40">
77*53ee8cc1Swenshuai.xi			  <property name="visible">True</property>
78*53ee8cc1Swenshuai.xi			  <property name="stock">gtk-save</property>
79*53ee8cc1Swenshuai.xi			  <property name="icon_size">1</property>
80*53ee8cc1Swenshuai.xi			  <property name="xalign">0.5</property>
81*53ee8cc1Swenshuai.xi			  <property name="yalign">0.5</property>
82*53ee8cc1Swenshuai.xi			  <property name="xpad">0</property>
83*53ee8cc1Swenshuai.xi			  <property name="ypad">0</property>
84*53ee8cc1Swenshuai.xi			</widget>
85*53ee8cc1Swenshuai.xi		      </child>
86*53ee8cc1Swenshuai.xi		    </widget>
87*53ee8cc1Swenshuai.xi		  </child>
88*53ee8cc1Swenshuai.xi
89*53ee8cc1Swenshuai.xi		  <child>
90*53ee8cc1Swenshuai.xi		    <widget class="GtkImageMenuItem" id="save_as1">
91*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
92*53ee8cc1Swenshuai.xi		      <property name="tooltip" translatable="yes">Save the config in a file</property>
93*53ee8cc1Swenshuai.xi		      <property name="label" translatable="yes">Save _as</property>
94*53ee8cc1Swenshuai.xi		      <property name="use_underline">True</property>
95*53ee8cc1Swenshuai.xi		      <signal name="activate" handler="on_save_as1_activate"/>
96*53ee8cc1Swenshuai.xi
97*53ee8cc1Swenshuai.xi		      <child internal-child="image">
98*53ee8cc1Swenshuai.xi			<widget class="GtkImage" id="image41">
99*53ee8cc1Swenshuai.xi			  <property name="visible">True</property>
100*53ee8cc1Swenshuai.xi			  <property name="stock">gtk-save-as</property>
101*53ee8cc1Swenshuai.xi			  <property name="icon_size">1</property>
102*53ee8cc1Swenshuai.xi			  <property name="xalign">0.5</property>
103*53ee8cc1Swenshuai.xi			  <property name="yalign">0.5</property>
104*53ee8cc1Swenshuai.xi			  <property name="xpad">0</property>
105*53ee8cc1Swenshuai.xi			  <property name="ypad">0</property>
106*53ee8cc1Swenshuai.xi			</widget>
107*53ee8cc1Swenshuai.xi		      </child>
108*53ee8cc1Swenshuai.xi		    </widget>
109*53ee8cc1Swenshuai.xi		  </child>
110*53ee8cc1Swenshuai.xi
111*53ee8cc1Swenshuai.xi		  <child>
112*53ee8cc1Swenshuai.xi		    <widget class="GtkSeparatorMenuItem" id="separator1">
113*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
114*53ee8cc1Swenshuai.xi		    </widget>
115*53ee8cc1Swenshuai.xi		  </child>
116*53ee8cc1Swenshuai.xi
117*53ee8cc1Swenshuai.xi		  <child>
118*53ee8cc1Swenshuai.xi		    <widget class="GtkImageMenuItem" id="quit1">
119*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
120*53ee8cc1Swenshuai.xi		      <property name="label" translatable="yes">_Quit</property>
121*53ee8cc1Swenshuai.xi		      <property name="use_underline">True</property>
122*53ee8cc1Swenshuai.xi		      <signal name="activate" handler="on_quit1_activate"/>
123*53ee8cc1Swenshuai.xi		      <accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/>
124*53ee8cc1Swenshuai.xi
125*53ee8cc1Swenshuai.xi		      <child internal-child="image">
126*53ee8cc1Swenshuai.xi			<widget class="GtkImage" id="image42">
127*53ee8cc1Swenshuai.xi			  <property name="visible">True</property>
128*53ee8cc1Swenshuai.xi			  <property name="stock">gtk-quit</property>
129*53ee8cc1Swenshuai.xi			  <property name="icon_size">1</property>
130*53ee8cc1Swenshuai.xi			  <property name="xalign">0.5</property>
131*53ee8cc1Swenshuai.xi			  <property name="yalign">0.5</property>
132*53ee8cc1Swenshuai.xi			  <property name="xpad">0</property>
133*53ee8cc1Swenshuai.xi			  <property name="ypad">0</property>
134*53ee8cc1Swenshuai.xi			</widget>
135*53ee8cc1Swenshuai.xi		      </child>
136*53ee8cc1Swenshuai.xi		    </widget>
137*53ee8cc1Swenshuai.xi		  </child>
138*53ee8cc1Swenshuai.xi		</widget>
139*53ee8cc1Swenshuai.xi	      </child>
140*53ee8cc1Swenshuai.xi	    </widget>
141*53ee8cc1Swenshuai.xi	  </child>
142*53ee8cc1Swenshuai.xi
143*53ee8cc1Swenshuai.xi	  <child>
144*53ee8cc1Swenshuai.xi	    <widget class="GtkMenuItem" id="options1">
145*53ee8cc1Swenshuai.xi	      <property name="visible">True</property>
146*53ee8cc1Swenshuai.xi	      <property name="label" translatable="yes">_Options</property>
147*53ee8cc1Swenshuai.xi	      <property name="use_underline">True</property>
148*53ee8cc1Swenshuai.xi
149*53ee8cc1Swenshuai.xi	      <child>
150*53ee8cc1Swenshuai.xi		<widget class="GtkMenu" id="options1_menu">
151*53ee8cc1Swenshuai.xi
152*53ee8cc1Swenshuai.xi		  <child>
153*53ee8cc1Swenshuai.xi		    <widget class="GtkCheckMenuItem" id="show_name1">
154*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
155*53ee8cc1Swenshuai.xi		      <property name="tooltip" translatable="yes">Show name</property>
156*53ee8cc1Swenshuai.xi		      <property name="label" translatable="yes">Show _name</property>
157*53ee8cc1Swenshuai.xi		      <property name="use_underline">True</property>
158*53ee8cc1Swenshuai.xi		      <property name="active">False</property>
159*53ee8cc1Swenshuai.xi		      <signal name="activate" handler="on_show_name1_activate"/>
160*53ee8cc1Swenshuai.xi		    </widget>
161*53ee8cc1Swenshuai.xi		  </child>
162*53ee8cc1Swenshuai.xi
163*53ee8cc1Swenshuai.xi		  <child>
164*53ee8cc1Swenshuai.xi		    <widget class="GtkCheckMenuItem" id="show_range1">
165*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
166*53ee8cc1Swenshuai.xi		      <property name="tooltip" translatable="yes">Show range (Y/M/N)</property>
167*53ee8cc1Swenshuai.xi		      <property name="label" translatable="yes">Show _range</property>
168*53ee8cc1Swenshuai.xi		      <property name="use_underline">True</property>
169*53ee8cc1Swenshuai.xi		      <property name="active">False</property>
170*53ee8cc1Swenshuai.xi		      <signal name="activate" handler="on_show_range1_activate"/>
171*53ee8cc1Swenshuai.xi		    </widget>
172*53ee8cc1Swenshuai.xi		  </child>
173*53ee8cc1Swenshuai.xi
174*53ee8cc1Swenshuai.xi		  <child>
175*53ee8cc1Swenshuai.xi		    <widget class="GtkCheckMenuItem" id="show_data1">
176*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
177*53ee8cc1Swenshuai.xi		      <property name="tooltip" translatable="yes">Show value of the option</property>
178*53ee8cc1Swenshuai.xi		      <property name="label" translatable="yes">Show _data</property>
179*53ee8cc1Swenshuai.xi		      <property name="use_underline">True</property>
180*53ee8cc1Swenshuai.xi		      <property name="active">False</property>
181*53ee8cc1Swenshuai.xi		      <signal name="activate" handler="on_show_data1_activate"/>
182*53ee8cc1Swenshuai.xi		    </widget>
183*53ee8cc1Swenshuai.xi		  </child>
184*53ee8cc1Swenshuai.xi
185*53ee8cc1Swenshuai.xi		  <child>
186*53ee8cc1Swenshuai.xi		    <widget class="GtkSeparatorMenuItem" id="separator2">
187*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
188*53ee8cc1Swenshuai.xi		    </widget>
189*53ee8cc1Swenshuai.xi		  </child>
190*53ee8cc1Swenshuai.xi
191*53ee8cc1Swenshuai.xi		  <child>
192*53ee8cc1Swenshuai.xi		    <widget class="GtkRadioMenuItem" id="set_option_mode1">
193*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
194*53ee8cc1Swenshuai.xi		      <property name="tooltip" translatable="yes">Show normal options</property>
195*53ee8cc1Swenshuai.xi		      <property name="label" translatable="yes">Show normal options</property>
196*53ee8cc1Swenshuai.xi		      <property name="use_underline">True</property>
197*53ee8cc1Swenshuai.xi		      <property name="active">True</property>
198*53ee8cc1Swenshuai.xi		      <signal name="activate" handler="on_set_option_mode1_activate"/>
199*53ee8cc1Swenshuai.xi		    </widget>
200*53ee8cc1Swenshuai.xi		  </child>
201*53ee8cc1Swenshuai.xi
202*53ee8cc1Swenshuai.xi		  <child>
203*53ee8cc1Swenshuai.xi		    <widget class="GtkRadioMenuItem" id="set_option_mode2">
204*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
205*53ee8cc1Swenshuai.xi		      <property name="tooltip" translatable="yes">Show all options</property>
206*53ee8cc1Swenshuai.xi		      <property name="label" translatable="yes">Show all _options</property>
207*53ee8cc1Swenshuai.xi		      <property name="use_underline">True</property>
208*53ee8cc1Swenshuai.xi		      <property name="active">False</property>
209*53ee8cc1Swenshuai.xi		      <property name="group">set_option_mode1</property>
210*53ee8cc1Swenshuai.xi		      <signal name="activate" handler="on_set_option_mode2_activate"/>
211*53ee8cc1Swenshuai.xi		    </widget>
212*53ee8cc1Swenshuai.xi		  </child>
213*53ee8cc1Swenshuai.xi
214*53ee8cc1Swenshuai.xi		  <child>
215*53ee8cc1Swenshuai.xi		    <widget class="GtkRadioMenuItem" id="set_option_mode3">
216*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
217*53ee8cc1Swenshuai.xi		      <property name="tooltip" translatable="yes">Show all options with prompts</property>
218*53ee8cc1Swenshuai.xi		      <property name="label" translatable="yes">Show all prompt options</property>
219*53ee8cc1Swenshuai.xi		      <property name="use_underline">True</property>
220*53ee8cc1Swenshuai.xi		      <property name="active">False</property>
221*53ee8cc1Swenshuai.xi		      <property name="group">set_option_mode1</property>
222*53ee8cc1Swenshuai.xi		      <signal name="activate" handler="on_set_option_mode3_activate"/>
223*53ee8cc1Swenshuai.xi		    </widget>
224*53ee8cc1Swenshuai.xi		  </child>
225*53ee8cc1Swenshuai.xi
226*53ee8cc1Swenshuai.xi		</widget>
227*53ee8cc1Swenshuai.xi	      </child>
228*53ee8cc1Swenshuai.xi	    </widget>
229*53ee8cc1Swenshuai.xi	  </child>
230*53ee8cc1Swenshuai.xi
231*53ee8cc1Swenshuai.xi	  <child>
232*53ee8cc1Swenshuai.xi	    <widget class="GtkMenuItem" id="help1">
233*53ee8cc1Swenshuai.xi	      <property name="visible">True</property>
234*53ee8cc1Swenshuai.xi	      <property name="label" translatable="yes">_Help</property>
235*53ee8cc1Swenshuai.xi	      <property name="use_underline">True</property>
236*53ee8cc1Swenshuai.xi
237*53ee8cc1Swenshuai.xi	      <child>
238*53ee8cc1Swenshuai.xi		<widget class="GtkMenu" id="help1_menu">
239*53ee8cc1Swenshuai.xi
240*53ee8cc1Swenshuai.xi		  <child>
241*53ee8cc1Swenshuai.xi		    <widget class="GtkImageMenuItem" id="introduction1">
242*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
243*53ee8cc1Swenshuai.xi		      <property name="label" translatable="yes">_Introduction</property>
244*53ee8cc1Swenshuai.xi		      <property name="use_underline">True</property>
245*53ee8cc1Swenshuai.xi		      <signal name="activate" handler="on_introduction1_activate" last_modification_time="Fri, 15 Nov 2002 20:26:30 GMT"/>
246*53ee8cc1Swenshuai.xi		      <accelerator key="I" modifiers="GDK_CONTROL_MASK" signal="activate"/>
247*53ee8cc1Swenshuai.xi
248*53ee8cc1Swenshuai.xi		      <child internal-child="image">
249*53ee8cc1Swenshuai.xi			<widget class="GtkImage" id="image43">
250*53ee8cc1Swenshuai.xi			  <property name="visible">True</property>
251*53ee8cc1Swenshuai.xi			  <property name="stock">gtk-dialog-question</property>
252*53ee8cc1Swenshuai.xi			  <property name="icon_size">1</property>
253*53ee8cc1Swenshuai.xi			  <property name="xalign">0.5</property>
254*53ee8cc1Swenshuai.xi			  <property name="yalign">0.5</property>
255*53ee8cc1Swenshuai.xi			  <property name="xpad">0</property>
256*53ee8cc1Swenshuai.xi			  <property name="ypad">0</property>
257*53ee8cc1Swenshuai.xi			</widget>
258*53ee8cc1Swenshuai.xi		      </child>
259*53ee8cc1Swenshuai.xi		    </widget>
260*53ee8cc1Swenshuai.xi		  </child>
261*53ee8cc1Swenshuai.xi
262*53ee8cc1Swenshuai.xi		  <child>
263*53ee8cc1Swenshuai.xi		    <widget class="GtkImageMenuItem" id="about1">
264*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
265*53ee8cc1Swenshuai.xi		      <property name="label" translatable="yes">_About</property>
266*53ee8cc1Swenshuai.xi		      <property name="use_underline">True</property>
267*53ee8cc1Swenshuai.xi		      <signal name="activate" handler="on_about1_activate" last_modification_time="Fri, 15 Nov 2002 20:26:30 GMT"/>
268*53ee8cc1Swenshuai.xi		      <accelerator key="A" modifiers="GDK_CONTROL_MASK" signal="activate"/>
269*53ee8cc1Swenshuai.xi
270*53ee8cc1Swenshuai.xi		      <child internal-child="image">
271*53ee8cc1Swenshuai.xi			<widget class="GtkImage" id="image44">
272*53ee8cc1Swenshuai.xi			  <property name="visible">True</property>
273*53ee8cc1Swenshuai.xi			  <property name="stock">gtk-properties</property>
274*53ee8cc1Swenshuai.xi			  <property name="icon_size">1</property>
275*53ee8cc1Swenshuai.xi			  <property name="xalign">0.5</property>
276*53ee8cc1Swenshuai.xi			  <property name="yalign">0.5</property>
277*53ee8cc1Swenshuai.xi			  <property name="xpad">0</property>
278*53ee8cc1Swenshuai.xi			  <property name="ypad">0</property>
279*53ee8cc1Swenshuai.xi			</widget>
280*53ee8cc1Swenshuai.xi		      </child>
281*53ee8cc1Swenshuai.xi		    </widget>
282*53ee8cc1Swenshuai.xi		  </child>
283*53ee8cc1Swenshuai.xi
284*53ee8cc1Swenshuai.xi		  <child>
285*53ee8cc1Swenshuai.xi		    <widget class="GtkImageMenuItem" id="license1">
286*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
287*53ee8cc1Swenshuai.xi		      <property name="label" translatable="yes">_License</property>
288*53ee8cc1Swenshuai.xi		      <property name="use_underline">True</property>
289*53ee8cc1Swenshuai.xi		      <signal name="activate" handler="on_license1_activate" last_modification_time="Fri, 15 Nov 2002 20:26:30 GMT"/>
290*53ee8cc1Swenshuai.xi
291*53ee8cc1Swenshuai.xi		      <child internal-child="image">
292*53ee8cc1Swenshuai.xi			<widget class="GtkImage" id="image45">
293*53ee8cc1Swenshuai.xi			  <property name="visible">True</property>
294*53ee8cc1Swenshuai.xi			  <property name="stock">gtk-justify-fill</property>
295*53ee8cc1Swenshuai.xi			  <property name="icon_size">1</property>
296*53ee8cc1Swenshuai.xi			  <property name="xalign">0.5</property>
297*53ee8cc1Swenshuai.xi			  <property name="yalign">0.5</property>
298*53ee8cc1Swenshuai.xi			  <property name="xpad">0</property>
299*53ee8cc1Swenshuai.xi			  <property name="ypad">0</property>
300*53ee8cc1Swenshuai.xi			</widget>
301*53ee8cc1Swenshuai.xi		      </child>
302*53ee8cc1Swenshuai.xi		    </widget>
303*53ee8cc1Swenshuai.xi		  </child>
304*53ee8cc1Swenshuai.xi		</widget>
305*53ee8cc1Swenshuai.xi	      </child>
306*53ee8cc1Swenshuai.xi	    </widget>
307*53ee8cc1Swenshuai.xi	  </child>
308*53ee8cc1Swenshuai.xi	</widget>
309*53ee8cc1Swenshuai.xi	<packing>
310*53ee8cc1Swenshuai.xi	  <property name="padding">0</property>
311*53ee8cc1Swenshuai.xi	  <property name="expand">False</property>
312*53ee8cc1Swenshuai.xi	  <property name="fill">False</property>
313*53ee8cc1Swenshuai.xi	</packing>
314*53ee8cc1Swenshuai.xi      </child>
315*53ee8cc1Swenshuai.xi
316*53ee8cc1Swenshuai.xi      <child>
317*53ee8cc1Swenshuai.xi	<widget class="GtkHandleBox" id="handlebox1">
318*53ee8cc1Swenshuai.xi	  <property name="visible">True</property>
319*53ee8cc1Swenshuai.xi	  <property name="shadow_type">GTK_SHADOW_OUT</property>
320*53ee8cc1Swenshuai.xi	  <property name="handle_position">GTK_POS_LEFT</property>
321*53ee8cc1Swenshuai.xi	  <property name="snap_edge">GTK_POS_TOP</property>
322*53ee8cc1Swenshuai.xi
323*53ee8cc1Swenshuai.xi	  <child>
324*53ee8cc1Swenshuai.xi	    <widget class="GtkToolbar" id="toolbar1">
325*53ee8cc1Swenshuai.xi	      <property name="visible">True</property>
326*53ee8cc1Swenshuai.xi	      <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
327*53ee8cc1Swenshuai.xi	      <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
328*53ee8cc1Swenshuai.xi	      <property name="tooltips">True</property>
329*53ee8cc1Swenshuai.xi	      <property name="show_arrow">True</property>
330*53ee8cc1Swenshuai.xi
331*53ee8cc1Swenshuai.xi	      <child>
332*53ee8cc1Swenshuai.xi		<widget class="GtkToolButton" id="button1">
333*53ee8cc1Swenshuai.xi		  <property name="visible">True</property>
334*53ee8cc1Swenshuai.xi		  <property name="tooltip" translatable="yes">Goes up of one level (single view)</property>
335*53ee8cc1Swenshuai.xi		  <property name="label" translatable="yes">Back</property>
336*53ee8cc1Swenshuai.xi		  <property name="use_underline">True</property>
337*53ee8cc1Swenshuai.xi		  <property name="stock_id">gtk-undo</property>
338*53ee8cc1Swenshuai.xi		  <property name="visible_horizontal">True</property>
339*53ee8cc1Swenshuai.xi		  <property name="visible_vertical">True</property>
340*53ee8cc1Swenshuai.xi		  <property name="is_important">False</property>
341*53ee8cc1Swenshuai.xi		  <signal name="clicked" handler="on_back_clicked"/>
342*53ee8cc1Swenshuai.xi		</widget>
343*53ee8cc1Swenshuai.xi		<packing>
344*53ee8cc1Swenshuai.xi		  <property name="expand">False</property>
345*53ee8cc1Swenshuai.xi		  <property name="homogeneous">True</property>
346*53ee8cc1Swenshuai.xi		</packing>
347*53ee8cc1Swenshuai.xi	      </child>
348*53ee8cc1Swenshuai.xi
349*53ee8cc1Swenshuai.xi	      <child>
350*53ee8cc1Swenshuai.xi		<widget class="GtkToolItem" id="toolitem1">
351*53ee8cc1Swenshuai.xi		  <property name="visible">True</property>
352*53ee8cc1Swenshuai.xi		  <property name="visible_horizontal">True</property>
353*53ee8cc1Swenshuai.xi		  <property name="visible_vertical">True</property>
354*53ee8cc1Swenshuai.xi		  <property name="is_important">False</property>
355*53ee8cc1Swenshuai.xi
356*53ee8cc1Swenshuai.xi		  <child>
357*53ee8cc1Swenshuai.xi		    <widget class="GtkVSeparator" id="vseparator1">
358*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
359*53ee8cc1Swenshuai.xi		    </widget>
360*53ee8cc1Swenshuai.xi		  </child>
361*53ee8cc1Swenshuai.xi		</widget>
362*53ee8cc1Swenshuai.xi		<packing>
363*53ee8cc1Swenshuai.xi		  <property name="expand">False</property>
364*53ee8cc1Swenshuai.xi		  <property name="homogeneous">False</property>
365*53ee8cc1Swenshuai.xi		</packing>
366*53ee8cc1Swenshuai.xi	      </child>
367*53ee8cc1Swenshuai.xi
368*53ee8cc1Swenshuai.xi	      <child>
369*53ee8cc1Swenshuai.xi		<widget class="GtkToolButton" id="button2">
370*53ee8cc1Swenshuai.xi		  <property name="visible">True</property>
371*53ee8cc1Swenshuai.xi		  <property name="tooltip" translatable="yes">Load a config file</property>
372*53ee8cc1Swenshuai.xi		  <property name="label" translatable="yes">Load</property>
373*53ee8cc1Swenshuai.xi		  <property name="use_underline">True</property>
374*53ee8cc1Swenshuai.xi		  <property name="stock_id">gtk-open</property>
375*53ee8cc1Swenshuai.xi		  <property name="visible_horizontal">True</property>
376*53ee8cc1Swenshuai.xi		  <property name="visible_vertical">True</property>
377*53ee8cc1Swenshuai.xi		  <property name="is_important">False</property>
378*53ee8cc1Swenshuai.xi		  <signal name="clicked" handler="on_load_clicked"/>
379*53ee8cc1Swenshuai.xi		</widget>
380*53ee8cc1Swenshuai.xi		<packing>
381*53ee8cc1Swenshuai.xi		  <property name="expand">False</property>
382*53ee8cc1Swenshuai.xi		  <property name="homogeneous">True</property>
383*53ee8cc1Swenshuai.xi		</packing>
384*53ee8cc1Swenshuai.xi	      </child>
385*53ee8cc1Swenshuai.xi
386*53ee8cc1Swenshuai.xi	      <child>
387*53ee8cc1Swenshuai.xi		<widget class="GtkToolButton" id="button3">
388*53ee8cc1Swenshuai.xi		  <property name="visible">True</property>
389*53ee8cc1Swenshuai.xi		  <property name="tooltip" translatable="yes">Save a config file</property>
390*53ee8cc1Swenshuai.xi		  <property name="label" translatable="yes">Save</property>
391*53ee8cc1Swenshuai.xi		  <property name="use_underline">True</property>
392*53ee8cc1Swenshuai.xi		  <property name="stock_id">gtk-save</property>
393*53ee8cc1Swenshuai.xi		  <property name="visible_horizontal">True</property>
394*53ee8cc1Swenshuai.xi		  <property name="visible_vertical">True</property>
395*53ee8cc1Swenshuai.xi		  <property name="is_important">False</property>
396*53ee8cc1Swenshuai.xi		  <signal name="clicked" handler="on_save_activate"/>
397*53ee8cc1Swenshuai.xi		</widget>
398*53ee8cc1Swenshuai.xi		<packing>
399*53ee8cc1Swenshuai.xi		  <property name="expand">False</property>
400*53ee8cc1Swenshuai.xi		  <property name="homogeneous">True</property>
401*53ee8cc1Swenshuai.xi		</packing>
402*53ee8cc1Swenshuai.xi	      </child>
403*53ee8cc1Swenshuai.xi
404*53ee8cc1Swenshuai.xi	      <child>
405*53ee8cc1Swenshuai.xi		<widget class="GtkToolItem" id="toolitem2">
406*53ee8cc1Swenshuai.xi		  <property name="visible">True</property>
407*53ee8cc1Swenshuai.xi		  <property name="visible_horizontal">True</property>
408*53ee8cc1Swenshuai.xi		  <property name="visible_vertical">True</property>
409*53ee8cc1Swenshuai.xi		  <property name="is_important">False</property>
410*53ee8cc1Swenshuai.xi
411*53ee8cc1Swenshuai.xi		  <child>
412*53ee8cc1Swenshuai.xi		    <widget class="GtkVSeparator" id="vseparator2">
413*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
414*53ee8cc1Swenshuai.xi		    </widget>
415*53ee8cc1Swenshuai.xi		  </child>
416*53ee8cc1Swenshuai.xi		</widget>
417*53ee8cc1Swenshuai.xi		<packing>
418*53ee8cc1Swenshuai.xi		  <property name="expand">False</property>
419*53ee8cc1Swenshuai.xi		  <property name="homogeneous">False</property>
420*53ee8cc1Swenshuai.xi		</packing>
421*53ee8cc1Swenshuai.xi	      </child>
422*53ee8cc1Swenshuai.xi
423*53ee8cc1Swenshuai.xi	      <child>
424*53ee8cc1Swenshuai.xi		<widget class="GtkToolButton" id="button4">
425*53ee8cc1Swenshuai.xi		  <property name="visible">True</property>
426*53ee8cc1Swenshuai.xi		  <property name="tooltip" translatable="yes">Single view</property>
427*53ee8cc1Swenshuai.xi		  <property name="label" translatable="yes">Single</property>
428*53ee8cc1Swenshuai.xi		  <property name="use_underline">True</property>
429*53ee8cc1Swenshuai.xi		  <property name="stock_id">gtk-missing-image</property>
430*53ee8cc1Swenshuai.xi		  <property name="visible_horizontal">True</property>
431*53ee8cc1Swenshuai.xi		  <property name="visible_vertical">True</property>
432*53ee8cc1Swenshuai.xi		  <property name="is_important">False</property>
433*53ee8cc1Swenshuai.xi		  <signal name="clicked" handler="on_single_clicked" last_modification_time="Sun, 12 Jan 2003 14:28:39 GMT"/>
434*53ee8cc1Swenshuai.xi		</widget>
435*53ee8cc1Swenshuai.xi		<packing>
436*53ee8cc1Swenshuai.xi		  <property name="expand">False</property>
437*53ee8cc1Swenshuai.xi		  <property name="homogeneous">True</property>
438*53ee8cc1Swenshuai.xi		</packing>
439*53ee8cc1Swenshuai.xi	      </child>
440*53ee8cc1Swenshuai.xi
441*53ee8cc1Swenshuai.xi	      <child>
442*53ee8cc1Swenshuai.xi		<widget class="GtkToolButton" id="button5">
443*53ee8cc1Swenshuai.xi		  <property name="visible">True</property>
444*53ee8cc1Swenshuai.xi		  <property name="tooltip" translatable="yes">Split view</property>
445*53ee8cc1Swenshuai.xi		  <property name="label" translatable="yes">Split</property>
446*53ee8cc1Swenshuai.xi		  <property name="use_underline">True</property>
447*53ee8cc1Swenshuai.xi		  <property name="stock_id">gtk-missing-image</property>
448*53ee8cc1Swenshuai.xi		  <property name="visible_horizontal">True</property>
449*53ee8cc1Swenshuai.xi		  <property name="visible_vertical">True</property>
450*53ee8cc1Swenshuai.xi		  <property name="is_important">False</property>
451*53ee8cc1Swenshuai.xi		  <signal name="clicked" handler="on_split_clicked" last_modification_time="Sun, 12 Jan 2003 14:28:45 GMT"/>
452*53ee8cc1Swenshuai.xi		</widget>
453*53ee8cc1Swenshuai.xi		<packing>
454*53ee8cc1Swenshuai.xi		  <property name="expand">False</property>
455*53ee8cc1Swenshuai.xi		  <property name="homogeneous">True</property>
456*53ee8cc1Swenshuai.xi		</packing>
457*53ee8cc1Swenshuai.xi	      </child>
458*53ee8cc1Swenshuai.xi
459*53ee8cc1Swenshuai.xi	      <child>
460*53ee8cc1Swenshuai.xi		<widget class="GtkToolButton" id="button6">
461*53ee8cc1Swenshuai.xi		  <property name="visible">True</property>
462*53ee8cc1Swenshuai.xi		  <property name="tooltip" translatable="yes">Full view</property>
463*53ee8cc1Swenshuai.xi		  <property name="label" translatable="yes">Full</property>
464*53ee8cc1Swenshuai.xi		  <property name="use_underline">True</property>
465*53ee8cc1Swenshuai.xi		  <property name="stock_id">gtk-missing-image</property>
466*53ee8cc1Swenshuai.xi		  <property name="visible_horizontal">True</property>
467*53ee8cc1Swenshuai.xi		  <property name="visible_vertical">True</property>
468*53ee8cc1Swenshuai.xi		  <property name="is_important">False</property>
469*53ee8cc1Swenshuai.xi		  <signal name="clicked" handler="on_full_clicked" last_modification_time="Sun, 12 Jan 2003 14:28:50 GMT"/>
470*53ee8cc1Swenshuai.xi		</widget>
471*53ee8cc1Swenshuai.xi		<packing>
472*53ee8cc1Swenshuai.xi		  <property name="expand">False</property>
473*53ee8cc1Swenshuai.xi		  <property name="homogeneous">True</property>
474*53ee8cc1Swenshuai.xi		</packing>
475*53ee8cc1Swenshuai.xi	      </child>
476*53ee8cc1Swenshuai.xi
477*53ee8cc1Swenshuai.xi	      <child>
478*53ee8cc1Swenshuai.xi		<widget class="GtkToolItem" id="toolitem3">
479*53ee8cc1Swenshuai.xi		  <property name="visible">True</property>
480*53ee8cc1Swenshuai.xi		  <property name="visible_horizontal">True</property>
481*53ee8cc1Swenshuai.xi		  <property name="visible_vertical">True</property>
482*53ee8cc1Swenshuai.xi		  <property name="is_important">False</property>
483*53ee8cc1Swenshuai.xi
484*53ee8cc1Swenshuai.xi		  <child>
485*53ee8cc1Swenshuai.xi		    <widget class="GtkVSeparator" id="vseparator3">
486*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
487*53ee8cc1Swenshuai.xi		    </widget>
488*53ee8cc1Swenshuai.xi		  </child>
489*53ee8cc1Swenshuai.xi		</widget>
490*53ee8cc1Swenshuai.xi		<packing>
491*53ee8cc1Swenshuai.xi		  <property name="expand">False</property>
492*53ee8cc1Swenshuai.xi		  <property name="homogeneous">False</property>
493*53ee8cc1Swenshuai.xi		</packing>
494*53ee8cc1Swenshuai.xi	      </child>
495*53ee8cc1Swenshuai.xi
496*53ee8cc1Swenshuai.xi	      <child>
497*53ee8cc1Swenshuai.xi		<widget class="GtkToolButton" id="button7">
498*53ee8cc1Swenshuai.xi		  <property name="visible">True</property>
499*53ee8cc1Swenshuai.xi		  <property name="tooltip" translatable="yes">Collapse the whole tree in the right frame</property>
500*53ee8cc1Swenshuai.xi		  <property name="label" translatable="yes">Collapse</property>
501*53ee8cc1Swenshuai.xi		  <property name="use_underline">True</property>
502*53ee8cc1Swenshuai.xi		  <property name="stock_id">gtk-remove</property>
503*53ee8cc1Swenshuai.xi		  <property name="visible_horizontal">True</property>
504*53ee8cc1Swenshuai.xi		  <property name="visible_vertical">True</property>
505*53ee8cc1Swenshuai.xi		  <property name="is_important">False</property>
506*53ee8cc1Swenshuai.xi		  <signal name="clicked" handler="on_collapse_clicked"/>
507*53ee8cc1Swenshuai.xi		</widget>
508*53ee8cc1Swenshuai.xi		<packing>
509*53ee8cc1Swenshuai.xi		  <property name="expand">False</property>
510*53ee8cc1Swenshuai.xi		  <property name="homogeneous">True</property>
511*53ee8cc1Swenshuai.xi		</packing>
512*53ee8cc1Swenshuai.xi	      </child>
513*53ee8cc1Swenshuai.xi
514*53ee8cc1Swenshuai.xi	      <child>
515*53ee8cc1Swenshuai.xi		<widget class="GtkToolButton" id="button8">
516*53ee8cc1Swenshuai.xi		  <property name="visible">True</property>
517*53ee8cc1Swenshuai.xi		  <property name="tooltip" translatable="yes">Expand the whole tree in the right frame</property>
518*53ee8cc1Swenshuai.xi		  <property name="label" translatable="yes">Expand</property>
519*53ee8cc1Swenshuai.xi		  <property name="use_underline">True</property>
520*53ee8cc1Swenshuai.xi		  <property name="stock_id">gtk-add</property>
521*53ee8cc1Swenshuai.xi		  <property name="visible_horizontal">True</property>
522*53ee8cc1Swenshuai.xi		  <property name="visible_vertical">True</property>
523*53ee8cc1Swenshuai.xi		  <property name="is_important">False</property>
524*53ee8cc1Swenshuai.xi		  <signal name="clicked" handler="on_expand_clicked"/>
525*53ee8cc1Swenshuai.xi		</widget>
526*53ee8cc1Swenshuai.xi		<packing>
527*53ee8cc1Swenshuai.xi		  <property name="expand">False</property>
528*53ee8cc1Swenshuai.xi		  <property name="homogeneous">True</property>
529*53ee8cc1Swenshuai.xi		</packing>
530*53ee8cc1Swenshuai.xi	      </child>
531*53ee8cc1Swenshuai.xi	    </widget>
532*53ee8cc1Swenshuai.xi	  </child>
533*53ee8cc1Swenshuai.xi	</widget>
534*53ee8cc1Swenshuai.xi	<packing>
535*53ee8cc1Swenshuai.xi	  <property name="padding">0</property>
536*53ee8cc1Swenshuai.xi	  <property name="expand">False</property>
537*53ee8cc1Swenshuai.xi	  <property name="fill">False</property>
538*53ee8cc1Swenshuai.xi	</packing>
539*53ee8cc1Swenshuai.xi      </child>
540*53ee8cc1Swenshuai.xi
541*53ee8cc1Swenshuai.xi      <child>
542*53ee8cc1Swenshuai.xi	<widget class="GtkHPaned" id="hpaned1">
543*53ee8cc1Swenshuai.xi	  <property name="width_request">1</property>
544*53ee8cc1Swenshuai.xi	  <property name="visible">True</property>
545*53ee8cc1Swenshuai.xi	  <property name="can_focus">True</property>
546*53ee8cc1Swenshuai.xi	  <property name="position">0</property>
547*53ee8cc1Swenshuai.xi
548*53ee8cc1Swenshuai.xi	  <child>
549*53ee8cc1Swenshuai.xi	    <widget class="GtkScrolledWindow" id="scrolledwindow1">
550*53ee8cc1Swenshuai.xi	      <property name="visible">True</property>
551*53ee8cc1Swenshuai.xi	      <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
552*53ee8cc1Swenshuai.xi	      <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
553*53ee8cc1Swenshuai.xi	      <property name="shadow_type">GTK_SHADOW_IN</property>
554*53ee8cc1Swenshuai.xi	      <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
555*53ee8cc1Swenshuai.xi
556*53ee8cc1Swenshuai.xi	      <child>
557*53ee8cc1Swenshuai.xi		<widget class="GtkTreeView" id="treeview1">
558*53ee8cc1Swenshuai.xi		  <property name="visible">True</property>
559*53ee8cc1Swenshuai.xi		  <property name="can_focus">True</property>
560*53ee8cc1Swenshuai.xi		  <property name="headers_visible">True</property>
561*53ee8cc1Swenshuai.xi		  <property name="rules_hint">False</property>
562*53ee8cc1Swenshuai.xi		  <property name="reorderable">False</property>
563*53ee8cc1Swenshuai.xi		  <property name="enable_search">False</property>
564*53ee8cc1Swenshuai.xi		  <signal name="cursor_changed" handler="on_treeview2_cursor_changed" last_modification_time="Sun, 12 Jan 2003 15:58:22 GMT"/>
565*53ee8cc1Swenshuai.xi		  <signal name="button_press_event" handler="on_treeview1_button_press_event" last_modification_time="Sun, 12 Jan 2003 16:03:52 GMT"/>
566*53ee8cc1Swenshuai.xi		  <signal name="key_press_event" handler="on_treeview2_key_press_event" last_modification_time="Sun, 12 Jan 2003 16:11:44 GMT"/>
567*53ee8cc1Swenshuai.xi		</widget>
568*53ee8cc1Swenshuai.xi	      </child>
569*53ee8cc1Swenshuai.xi	    </widget>
570*53ee8cc1Swenshuai.xi	    <packing>
571*53ee8cc1Swenshuai.xi	      <property name="shrink">True</property>
572*53ee8cc1Swenshuai.xi	      <property name="resize">False</property>
573*53ee8cc1Swenshuai.xi	    </packing>
574*53ee8cc1Swenshuai.xi	  </child>
575*53ee8cc1Swenshuai.xi
576*53ee8cc1Swenshuai.xi	  <child>
577*53ee8cc1Swenshuai.xi	    <widget class="GtkVPaned" id="vpaned1">
578*53ee8cc1Swenshuai.xi	      <property name="visible">True</property>
579*53ee8cc1Swenshuai.xi	      <property name="can_focus">True</property>
580*53ee8cc1Swenshuai.xi	      <property name="position">0</property>
581*53ee8cc1Swenshuai.xi
582*53ee8cc1Swenshuai.xi	      <child>
583*53ee8cc1Swenshuai.xi		<widget class="GtkScrolledWindow" id="scrolledwindow2">
584*53ee8cc1Swenshuai.xi		  <property name="visible">True</property>
585*53ee8cc1Swenshuai.xi		  <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
586*53ee8cc1Swenshuai.xi		  <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
587*53ee8cc1Swenshuai.xi		  <property name="shadow_type">GTK_SHADOW_IN</property>
588*53ee8cc1Swenshuai.xi		  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
589*53ee8cc1Swenshuai.xi
590*53ee8cc1Swenshuai.xi		  <child>
591*53ee8cc1Swenshuai.xi		    <widget class="GtkTreeView" id="treeview2">
592*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
593*53ee8cc1Swenshuai.xi		      <property name="can_focus">True</property>
594*53ee8cc1Swenshuai.xi		      <property name="has_focus">True</property>
595*53ee8cc1Swenshuai.xi		      <property name="headers_visible">True</property>
596*53ee8cc1Swenshuai.xi		      <property name="rules_hint">False</property>
597*53ee8cc1Swenshuai.xi		      <property name="reorderable">False</property>
598*53ee8cc1Swenshuai.xi		      <property name="enable_search">False</property>
599*53ee8cc1Swenshuai.xi		      <signal name="cursor_changed" handler="on_treeview2_cursor_changed" last_modification_time="Sun, 12 Jan 2003 15:57:55 GMT"/>
600*53ee8cc1Swenshuai.xi		      <signal name="button_press_event" handler="on_treeview2_button_press_event" last_modification_time="Sun, 12 Jan 2003 15:57:58 GMT"/>
601*53ee8cc1Swenshuai.xi		      <signal name="key_press_event" handler="on_treeview2_key_press_event" last_modification_time="Sun, 12 Jan 2003 15:58:01 GMT"/>
602*53ee8cc1Swenshuai.xi		    </widget>
603*53ee8cc1Swenshuai.xi		  </child>
604*53ee8cc1Swenshuai.xi		</widget>
605*53ee8cc1Swenshuai.xi		<packing>
606*53ee8cc1Swenshuai.xi		  <property name="shrink">True</property>
607*53ee8cc1Swenshuai.xi		  <property name="resize">False</property>
608*53ee8cc1Swenshuai.xi		</packing>
609*53ee8cc1Swenshuai.xi	      </child>
610*53ee8cc1Swenshuai.xi
611*53ee8cc1Swenshuai.xi	      <child>
612*53ee8cc1Swenshuai.xi		<widget class="GtkScrolledWindow" id="scrolledwindow3">
613*53ee8cc1Swenshuai.xi		  <property name="visible">True</property>
614*53ee8cc1Swenshuai.xi		  <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
615*53ee8cc1Swenshuai.xi		  <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
616*53ee8cc1Swenshuai.xi		  <property name="shadow_type">GTK_SHADOW_IN</property>
617*53ee8cc1Swenshuai.xi		  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
618*53ee8cc1Swenshuai.xi
619*53ee8cc1Swenshuai.xi		  <child>
620*53ee8cc1Swenshuai.xi		    <widget class="GtkTextView" id="textview3">
621*53ee8cc1Swenshuai.xi		      <property name="visible">True</property>
622*53ee8cc1Swenshuai.xi		      <property name="can_focus">True</property>
623*53ee8cc1Swenshuai.xi		      <property name="editable">False</property>
624*53ee8cc1Swenshuai.xi		      <property name="overwrite">False</property>
625*53ee8cc1Swenshuai.xi		      <property name="accepts_tab">True</property>
626*53ee8cc1Swenshuai.xi		      <property name="justification">GTK_JUSTIFY_LEFT</property>
627*53ee8cc1Swenshuai.xi		      <property name="wrap_mode">GTK_WRAP_WORD</property>
628*53ee8cc1Swenshuai.xi		      <property name="cursor_visible">True</property>
629*53ee8cc1Swenshuai.xi		      <property name="pixels_above_lines">0</property>
630*53ee8cc1Swenshuai.xi		      <property name="pixels_below_lines">0</property>
631*53ee8cc1Swenshuai.xi		      <property name="pixels_inside_wrap">0</property>
632*53ee8cc1Swenshuai.xi		      <property name="left_margin">0</property>
633*53ee8cc1Swenshuai.xi		      <property name="right_margin">0</property>
634*53ee8cc1Swenshuai.xi		      <property name="indent">0</property>
635*53ee8cc1Swenshuai.xi		      <property name="text" translatable="yes">Sorry, no help available for this option yet.</property>
636*53ee8cc1Swenshuai.xi		    </widget>
637*53ee8cc1Swenshuai.xi		  </child>
638*53ee8cc1Swenshuai.xi		</widget>
639*53ee8cc1Swenshuai.xi		<packing>
640*53ee8cc1Swenshuai.xi		  <property name="shrink">True</property>
641*53ee8cc1Swenshuai.xi		  <property name="resize">True</property>
642*53ee8cc1Swenshuai.xi		</packing>
643*53ee8cc1Swenshuai.xi	      </child>
644*53ee8cc1Swenshuai.xi	    </widget>
645*53ee8cc1Swenshuai.xi	    <packing>
646*53ee8cc1Swenshuai.xi	      <property name="shrink">True</property>
647*53ee8cc1Swenshuai.xi	      <property name="resize">True</property>
648*53ee8cc1Swenshuai.xi	    </packing>
649*53ee8cc1Swenshuai.xi	  </child>
650*53ee8cc1Swenshuai.xi	</widget>
651*53ee8cc1Swenshuai.xi	<packing>
652*53ee8cc1Swenshuai.xi	  <property name="padding">0</property>
653*53ee8cc1Swenshuai.xi	  <property name="expand">True</property>
654*53ee8cc1Swenshuai.xi	  <property name="fill">True</property>
655*53ee8cc1Swenshuai.xi	</packing>
656*53ee8cc1Swenshuai.xi      </child>
657*53ee8cc1Swenshuai.xi    </widget>
658*53ee8cc1Swenshuai.xi  </child>
659*53ee8cc1Swenshuai.xi</widget>
660*53ee8cc1Swenshuai.xi
661*53ee8cc1Swenshuai.xi</glade-interface>
662