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