<Root>

  <status/>

  <commands>

    <cmd name="FileOpen" _label="_Open..."
	     _tip="Open a file" pixtype="stock" pixname="Open" accel="F3"/>

    <cmd name="LaunchControl" _label="Launch Control..."
	     _tip="Launches a new Control component"/>

    <cmd name="LaunchEmbeddable" _label="Launch Embeddable..."
	     _tip="Launches a new Embeddable component"/>

    <cmd name="FileLoad" _label="_Load..."
	     _tip="Loads a file into the current component"
	     pixtype="stock" pixname="Open"/>

    <cmd name="FileSave" _label="_Save"
	     _tip="Save the current file"
	     pixtype="stock" pixname="Save" accel="*Control*s"/>
	
    <cmd name="FileSaveAs" _label="Save _As..."
	     _tip="Save the current file with a different name"
	     pixtype="stock" pixname="Save As"/>

    <cmd name="FileKill" _label="_Kill"
	     _tip="Kill the current buffer" accel="*Control*k"/>

    <cmd name="FilePrint" _label="_Print"
	     _tip="Print the current file" pixtype="stock" pixname="Print"/>
	
    <cmd name="FilePrintSetup" _label="Print S_etup..."
	     _tip="Setup the page settings for your current printer"
	     pixtype="stock" pixname="Print"/>

    <cmd name="FileExit" _label="E_xit" _tip="Exit the program"
	     pixtype="stock" pixname="Exit" accel="*Control*q"/>

    <cmd name="SettingsPreferences" _label="_Preferences..."
	     _tip="Configure the application"
	     pixtype="stock" pixname="Preferences"/>

    <cmd name="WindowCreateNew" _label="Create New _Window"
	     _tip="Create a new window"/>

    <cmd name="WindowClose" _label="_Close This Window"
	     _tip="Close the current window"/>

    <cmd name="WindowSplit" _label="_Split Window"
	     _tip="Splits the current window"/>

    <cmd name="WindowOne" _label="_One Window"
	     _tip="Displays only one window"/>

    <cmd name="ZoomIn" _label="Zoom _in" accel="*Control*KP_Add"/>
    <cmd name="ZoomOut" _label="Zoom _out" accel="*Control*KP_Subtract"/>
    <cmd name="ZoomToFit" _label="Zoom to _fit"/>
    <cmd name="ZoomToDefault" _label="Zoom to _default"/>

    <cmd name="WindowZoom" _label="_Zoom"
	     _tip="Zoom ..."/>

    <cmd name="HelpGNOME" _label="_Help on GNOME" _tip="Help on GNOME"/>
	
    <cmd name="HelpAbout" _label="_About..." _tip="About this application"
	     pixtype="stock" pixname="About"/>
  </commands>

  <menu>
      
    <submenu name="File" _label="_File">
        
      <menuitem name="FileOpen" verb="" accel="F3"/>

      <separator/>

      <menuitem name="LaunchControl" verb=""/>

      <menuitem name="LaunchEmbeddable" verb=""/>

      <separator/>
	
      <menuitem name="FileLoad" verb=""/>

      <menuitem name="FileSave" verb="" accel="*Control*s"/>
	
      <menuitem name="FileSaveAs" verb=""/>

      <menuitem name="FileKill" verb=""/>

      <separator/>
	
      <menuitem name="FilePrint" verb=""/>
	
      <menuitem name="FilePrintSetup" verb=""/>

      <separator/>
	
      <menuitem name="FileExit" verb="" accel="*Control*q"/>

    </submenu>

    <submenu name="Settings" _label="_Settings">
      <menuitem name="SettingsPreferences" verb=""/>
    </submenu>

    <submenu name="Buffers" _label="_Buffers">

      <placeholder name="BufferList"/>

    </submenu>

    <submenu name="Window" _label="_Window">
      <menuitem name="WindowCreateNew" verb=""/>

      <menuitem name="WindowClose" verb=""/>

      <menuitem name="WindowSplit" verb=""/>

      <menuitem name="WindowOne" verb=""/>

      <separator/>

      <menuitem name="ZoomIn" verb=""/>
      <menuitem name="ZoomOut" verb=""/>
      <menuitem name="ZoomToFit" verb=""/>
      <menuitem name="ZoomToDefault" verb=""/>

      <separator/>

      <menuitem name="WindowZoom" verb=""/>
    </submenu>

    <submenu name="Help" _label="_Help">
      <menuitem name="HelpGNOME" verb=""/>
	
      <separator/>
	
      <menuitem name="HelpAbout" verb=""/>
    </submenu>

  </menu>
</Root>
