
<Root>
    <commands>
	<cmd name="FileNew"
	    _label="_New"
	    _tip="Create a new workbook"
	    pixtype="stock" pixname="gtk-new"
	    accel="*Control*n"/>
	<cmd name="FileOpen"
	    _label="_Open..."
	    _tip="Open a file"
	    pixtype="stock" pixname="gtk-open"
	    accel="*Control*o"/>
	<cmd name="FileSave"
	    _label="_Save"
	    _tip="Save the current workbook"
	    pixtype="stock" pixname="gtk-save"
	    accel="*Control*s"/>
	<cmd name="FileSaveAs"
	    _label="Save _As..."
	    _tip="Save the current workbook with a different name"
	    pixtype="stock" pixname="gtk-save-as"
	    accel="*Shift**Control*s"/>
	<cmd name="FileSend"
	    _label="Sen_d To..."
	    _tip="Send the current file via email"
	    pixtype="stock" pixname="New Mail"/>

	<cmd name="FilePageSetup"
	    _label="Page Set_up..."
	    _tip="Setup the page settings for your current printer"/>
	<cmd name="FilePrintPreview"
	    _label="Print Pre_view..."
	    _tip="Print preview"
	    pixtype="stock" pixname="gtk-print-preview"
	    accel="*Shift**Control*p"/>
	<cmd name="FilePrint"
	    _label="_Print..."
	    _tip="Print the current file"
	    pixtype="stock" pixname="gtk-print"
	    accel="*Control*p"/>

	<cmd name="FileSummary"
	    _label="Proper_ties..."
	    _tip="Edit descriptive information"
	    pixtype="stock" pixname="gtk-properties"/>

	<cmd name="FilePreferences"
	    _label="Preferen_ces..."
	    _tip="Change Gnumeric Preferences"
	    pixtype="stock" pixname="gtk-preferences"/>

	<cmd name="FileClose"
	    _label="_Close"
	    _tip="Close the current file"
	    pixtype="stock" pixname="gtk-close"
	    accel="*Control*w"/>
	<cmd name="FileExit"
	    _label="_Quit"
	    _tip="Quit the application"
	    pixtype="stock" pixname="gtk-quit"
	    accel="*Control*q"/>

	<cmd name="EditUndo"
	    _label="_Undo"
	    _tip="Undo the last action"
	    pixtype="stock" pixname="gtk-undo"
	    accel="*Control*z"/>
	<cmd name="EditRedo"
	    _label="_Redo"
	    _tip="Redo the undone action"
	    pixtype="stock" pixname="gtk-redo"
	    accel="*Shift**Control*z"/>

	<cmd name="EditCut"
	    _label="Cu_t"
	    _tip="Cut the selection"
	    pixtype="stock" pixname="gtk-cut"
	    accel="*Control*x"/>
	<cmd name="EditCopy"
	    _label="_Copy"
	    _tip="Copy the selection"
	    pixtype="stock" pixname="gtk-copy"
	    accel="*Control*c"/>
	<cmd name="EditPaste"
	    _label="_Paste"
	    _tip="Paste the clipboard"
	    pixtype="stock" pixname="gtk-paste"
	    accel="*Control*v"/>
	<cmd name="EditPasteSpecial"
	    _label="P_aste Special..."
	    _tip="Paste with optional filters and transformations"/>

	<cmd name="ViewFreezeThawPanes"
	    _label="_Freeze Panes"
	    _tip="Freeze the top left of the sheet"/>

	<cmd name="EditClearAll"
	    _label="_All"
	    _tip="Clear the selected cells' formats, comments, and contents"/>
	<cmd name="EditClearFormats"
	    _label="_Formats"
	    _tip="Clear the selected cells' formats"/>
	<cmd name="EditClearComments"
	    _label="Co_mments"
	    _tip="Clear the selected cells' comments"/>
	<cmd name="EditClearContent"
	    _label="_Contents"
	    _tip="Clear the selected cells' contents"/>

	<cmd name="SheetDisplayFormulas"	type="toggle" state="0"
	    _label="Display _Formulas"
	    _tip="Display the value of a formula or the formula itself"
	    accel="*Control*grave"/>

	<cmd name="SheetHideZeros"		type="toggle" state="0"
	    _label="Hide _Zeros"
	    _tip="Toggle whether or not to display zeros as blanks" />

	<cmd name="SheetHideGridlines"		type="toggle" state="0"
	    _label="Hide _Gridlines"
	    _tip="Toggle whether or not to display gridlines" />

	<cmd name="SheetHideColHeader"		type="toggle" state="0"
	    _label="Hide _Column Headers"
	    _tip="Toggle whether or not to display column headers" />

	<cmd name="SheetHideRowHeader"		type="toggle" state="0"
	    _label="Hide _Row Headers"
	    _tip="Toggle whether or not to display row headers" />

	<cmd name="SheetDisplayOutlines"	type="toggle" state="0"
	    _label="Display _Outlines"
	    _tip="Toggle whether or not to display outline groups" />

	<cmd name="SheetOutlineBelow"		type="toggle" state="0"
	    _label="Outlines _Below"
	    _tip="Toggle whether to display row outlines on top or bottom" />

	<cmd name="SheetOutlineRight"		type="toggle" state="0"
	    _label="Outlines _Right"
	    _tip="Toggle whether to display column outlines on the left or right" />

	<cmd name="HelpAbout"
	    _label="_About"
	    _tip="About this application"
	    pixtype="stock" pixname="About"/>

	<cmd name="MenuBar" sensitive="1"/>
	<cmd name="StandardToolbar" sensitive="1"/>
	<cmd name="FormatToolbar" sensitive="1"/>
	<cmd name="ObjectToolbar" sensitive="1"/>
    </commands>

    <menu id="MenuBar">
	<submenu name="File" _label="_File">

	    <!-- We provide placeholders hoping that components like EOG
	         will use them when adding their own menu entries. -->
	    <placeholder name="FileOperations">
	        <menuitem name="FileNew" verb=""/>
	        <menuitem name="FileOpen" verb=""/>
                <separator/>
	        <menuitem name="FileSave" verb=""/>
	        <menuitem name="FileSaveAs" verb=""/>
	    </placeholder>

	    <separator/>

	    <!-- Same as FileOperations. If a component provides menu entries
	         related to printing, it should use this placeholder. -->
	    <placeholder name="PrintOperations">
	        <menuitem name="FilePageSetup" verb=""/>
	        <menuitem name="FilePrintPreview" verb=""/>
	        <menuitem name="FilePrint" verb=""/>
	    </placeholder>

	    <separator/>

	    <menuitem name="FileSend" verb=""/>
	    <menuitem name="FileSummary" verb=""/>
	    <menuitem name="FilePreferences" verb=""/>
	    <placeholder name="FileHistory" delimit="top"/>

	    <separator/>

	    <menuitem name="FileClose" verb=""/>
	    <menuitem name="FileExit" verb=""/>
	</submenu>
	<submenu name="Edit" _label="_Edit">
	    <menuitem name="Undo" verb="EditUndo"/>
	    <menuitem name="Redo" verb="EditRedo"/>

	    <separator/>

	    <menuitem name="EditCut" verb=""/>
	    <menuitem name="EditCopy" verb=""/>
	    <menuitem name="EditPaste" verb=""/>
	    <menuitem name="EditPasteSpecial" verb=""/>

	    <separator/>

	    <submenu name="Clear" _label="C_lear">
		<menuitem name="EditClearAll" verb=""/>
		<menuitem name="EditClearFormats" verb=""/>
		<menuitem name="EditClearComments" verb=""/>
		<menuitem name="EditClearContent" verb=""/>
	    </submenu>

	    <menuitem name="EditDelete" verb=""
		_label="_Delete..."
		_tip="Remove selected cells, shifting others into their place"
		pixtype="stock" pixname="gtk-delete"/>

	    <menuitem name="InsertComment" verb=""
		pixtype="stock" pixname="Gnumeric_CommentEdit"
		_label="Co_mment..."
		_tip="Edit the selected cell's comment"/>

	    <separator/>

	    <submenu name="EditSheet" _label="S_heet">
		<menuitem name="SheetReorder" verb=""
		    _label="_Manage Sheets..."
		    _tip="Manage the sheets in this workbook" />
  
                <separator/>

		<menuitem name="InsertSheet" verb=""
		    _label="_Insert"
		    _tip="Insert a new sheet"/>

		<menuitem name="InsertSheetAtEnd" verb=""
		    _label="_Append"
		    _tip="Append a new sheet"/>

		<menuitem name="EditDuplicateSheet" verb=""
		    _label="_Duplicate"
		    _tip="Make a copy of the current sheet"/>

		<menuitem name="SheetRemove" verb=""
		    _label="_Remove"
		    _tip="Irrevocably remove an entire sheet"/>

		<menuitem name="SheetChangeName" verb=""
		    _label="Re_name"
		    _tip="Rename the current sheet"/>
	    </submenu>

	    <submenu name="Select" _label="_Select">

		<menuitem name="EditSelectAll" verb=""
		    _label="Select _All"
		    accel="*Control*a"
		    _tip="Select all cells in the spreadsheet"/>

		<menuitem name="EditSelectColumn" verb=""
		    _label="Select _Column"
		    accel="*Control*space"
		    _tip="Select an entire column"/>

		<menuitem name="EditSelectRow" verb=""
		    _label="Select _Row"
		    accel="*Alt*space"
		    _tip="Select an entire row"/>

		<menuitem name="EditSelectArray" verb=""
		    _label="Select Arra_y"
		    accel="*Control*slash"
		    _tip="Select an array of cells"/>

		<menuitem name="EditSelectDepends" verb=""
		    _label="Select _Depends"
		    accel="*Control*]"
		    _tip="Select all the cells that depend on the current edit cell"/>
		<menuitem name="EditSelectInputs" verb=""
		    _label="Select _Inputs"
		    accel="*Control*["
		    _tip="Select all the cells are used by the current edit cell"/>

	    </submenu>
	    <submenu name="Fill" _label="_Fill">
	        <menuitem name="EditFillAutofill" verb=""
		    _label="Auto_fill"
		    _tip="Automatically fill the current selection"/>

		<menuitem name="ToolsMerge" verb=""
		    _label="_Merge..."
		    _tip="Merges columnar data into a sheet creating duplicate sheets for each row"/>

		<menuitem name="ToolsTabulate" verb=""
		    _label="_Tabulate Dependency..."
		    _tip="Make a table of a cell's value as a function of other cells"/>

	        <menuitem name="EditFillSeries" verb=""
		    _label="_Series..."
		    _tip="Fill according to a linear or exponential series"/>

		<menuitem name="RandomGenerator" verb=""
		    _label="_Random Generator..."
		    _tip="Generate random numbers of a selection of distributions"/>
	    </submenu>

	    <menuitem name="EditSearch" verb=""
		_label="Search..."
		_tip="Search for some text"
		pixtype="stock" pixname="gtk-find"
		accel="F7"/>

	    <menuitem name="EditSearchReplace" verb=""
		_label="Search and Replace..."
		_tip="Search for some text and replace it with something else"
		pixtype="stock" pixname="gtk-find-and-replace"
		accel="F6"/>

	    <menuitem name="EditGoto" verb=""
		_label="_Goto cell..."
		_tip="Jump to a specified cell"
		pixtype="stock" pixname="gtk-jump-to"
		accel="F5"/>

	    <menuitem name="EditRecalc" verb=""
		_label="Recalculate"
		_tip="Recalculate the spreadsheet"
		accel="F9"/>

	    <placeholder name="ops"/>

	</submenu>

	<submenu name="View" _label="_View">
	    <menuitem name="ViewNew" verb=""
		_label="_New View..."
		_tip="Create a new shared view of the workbook"/>

	    <menuitem name="ViewZoom" verb=""
		_label="_Zoom..."
		_tip="Zoom the spreadsheet in or out"/>
	    <menuitem name="ViewFreezeThawPanes" verb=""/>

      	    <separator/>

	    <menuitem name="ViewToolbars" verb="BonoboCustomize"
		_label="_Toolbars..."
		_tip="Configure toolbars"/>
	</submenu>

	<submenu name="Insert" _label="_Insert">

	    <menuitem name="InsertCells" verb=""
		_label="C_ells..."
		_tip="Insert new cells"/>
	    <menuitem name="InsertColumns" verb=""
		pixtype="stock" pixname="Gnumeric_ColumnAdd"
		_label="_Columns"
		_tip="Insert new columns"/>
	    <menuitem name="InsertRows" verb=""
		pixtype="stock" pixname="Gnumeric_RowAdd"
		_label="_Rows"
		_tip="Insert new rows"/>
	    <menuitem name="InsertSheet" verb=""
		_label="_Sheet"
		_tip="Insert a new sheet"/>

      	    <separator/>

	    <menuitem name="InsertChart" verb="ChartGuru"
		pixtype="stock" pixname="Gnumeric_GraphGuru"
		_label="C_hart..."
		_tip="Launch the Chart Guru"/>

            <!-- These don't work yet for Gnome 2 
	    <menuitem name="InsertComponent" verb=""
		pixtype="stock" pixname="Gnumeric_InsertComponent"
		_label="_Object..."
		_tip="Inserts a Bonobo object"/>

	    <menuitem name="InsertShapedComponent" verb=""
		pixtype="stock" pixname="Gnumeric_InsertShapedComponent"
		_label="_Shaped Object"
		_tip="Inserts a Shaped Bonobo object"/>
	    <separator/>
            -->

	    <menuitem name="InsertImage" verb=""
		pixtype="stock" pixname="Gnumeric_InsertImage"
		_label="_Image..."
		_tip="Insert an image"/>

	    <menuitem name="InsertFormula" verb=""
		pixtype="stock" pixname="Gnumeric_FormulaGuru"
		_label="_Function..."
		_tip="Insert a function into the selected cell"/>

	    <submenu name="Names" _label="_Name">
		<menuitem name="Define" verb="EditNames"
		    _label="_Define..."
		    _tip="Edit sheet and workbook names"
		    accel="*Control*F3"/>
	    </submenu>

	    <menuitem name="InsertHyperlink" verb=""
		pixtype="stock" pixname="Gnumeric_Link_Add"
		_label="Hyper_link..."
		_tip="Insert a Hyperlink"
		accel="*Control*k"/>

	    <submenu name="Special" _label="S_pecial">

		<menuitem name="Date" verb="InsertCurrentDate"
		    _label="Current _date"
		    _tip="Insert the current date into the selected cell(s)"
		    accel="*Control*semicolon"/>

		<menuitem name="Time" verb="InsertCurrentTime"
		    _label="Current _time"
		    _tip="Insert the current time into the selected cell(s)"
		    accel="*Control*colon" />

	    </submenu>

	</submenu>


	<submenu name="Format" _label="F_ormat">

	    <menuitem name="FormatCells" verb=""
		_label="_Cells..."
		_tip="Modify the formatting of the selected cells"
		accel="*Control*1"/>

	    <submenu _label="C_olumn">
		<menuitem name="Size" verb="ColumnSize"
		    pixtype="stock" pixname="Gnumeric_ColumnSize"
		    _label="_Width..."
		    _tip="Change width of the selected columns" />

		<menuitem name="AutoFit" verb="ColumnAutoSize"
		    _label="_Auto fit selection"
		    _tip="Ensure columns are just wide enough to display content" />

		<menuitem name="Hide" verb="ColumnHide"
		    pixtype="stock" pixname="Gnumeric_ColumnHide"
		    _label="_Hide"
		    _tip="Hide the selected columns" />

		<menuitem name="Unhide" verb="ColumnUnhide"
		    pixtype="stock" pixname="Gnumeric_ColumnUnhide"
		    _label="_Unhide"
		    _tip="Make any hidden columns in the selection visible" />

		<menuitem name="Default" verb="ColumnDefaultSize"
		    _label="_Standard Width"
		    _tip="Change the default column width" />
	    </submenu>

	    <submenu _label="_Row">
		<menuitem name="Size" verb="RowSize"
		    pixtype="stock" pixname="Gnumeric_RowSize"
		    _label="H_eight..."
		    _tip="Change height of the selected rows" />

		<menuitem name="AutoFit" verb="RowAutoSize"
		    _label="_Auto fit selection"
		    _tip="Ensure rows are just tall enough to display content" />

		<menuitem name="Hide" verb="RowHide"
		    pixtype="stock" pixname="Gnumeric_RowHide"
		    _label="_Hide"
		    _tip="Hide the selected rows" />

		<menuitem name="Unhide" verb="RowUnhide"
		    pixtype="stock" pixname="Gnumeric_RowUnhide"
		    _label="_Unhide"
		    _tip="Make any hidden rows in the selection visible" />

		<menuitem name="Default" verb="RowDefaultSize"
		    _label="_Standard Height"
		    _tip="Change the default row height" />
	    </submenu>

	    <submenu _label="_Sheet">
		<menuitem name="SheetReorder" verb=""
		    _label="_Manage Sheets..."
		    _tip="Manage the sheets in this workbook" />

		<menuitem name="SheetChangeName" verb=""
		    _label="Re_name"
		    _tip="Rename the current sheet"/>

		<separator/>

		<menuitem name="SheetDisplayFormulas"	verb="" />
		<menuitem name="SheetHideZeros"		verb="" />
		<menuitem name="SheetHideGridlines"	verb="" />
		<menuitem name="SheetHideColHeader"	verb="" />
		<menuitem name="SheetHideRowHeader"	verb="" />
	    </submenu>

	    <menuitem name="FormatWorkbook" verb=""
		_label="_Workbook..."
		_tip="Modify the workbook attributes"/>

	    <menuitem name="FormatGnumeric" verb="FilePreferences"
	        _label="_Gnumeric..."
	        _tip="Edit the Gnumeric Preferences"
	        pixtype="stock" pixname="gtk-preferences"/>

	    <menuitem name="FormatAuto" verb=""
		_label="_Autoformat..."
		_tip="Format a region of cells according to a pre-defined template"/>

	</submenu>

	<submenu name="Tools" _label="_Tools">

	    <menuitem name="ToolsPlugins" verb=""
		_label="_Plug-ins..."
		_tip="Manage available plugin modules"/>

	    <separator/>

	    <menuitem name="ToolsAutoCorrect" verb=""
		_label="Auto _Correct..."
		_tip="Automatically perform simple spell checking"/>

	    <menuitem name="ToolsAutoSave" verb=""
		_label="_Auto Save..."
		_tip="Automatically save the current document at regular intervals"/>

	    <separator/>

	    <menuitem name="ToolsGoalSeek" verb=""
		_label="_Goal Seek..."
		_tip="Iteratively recalculate to find a target value"/>

	    <menuitem name="ToolsSolver" verb=""
		_label="_Solver..."
		_tip="Iteratively recalculate with constraints to approach a target value"/>

            <submenu name="Scenarios" _label="Sce_narios">

                <menuitem name="ToolsScenarios" verb=""
                    _label="_View..."
                    _tip="View, delete and report different scenarios"/>

                <menuitem name="ToolsScenarioAdd" verb=""
                    _label="_Add..."
                    _tip="Add a scenario"/>

            </submenu>

	    <menuitem name="ToolsSimulation" verb=""
		_label="Si_mulation..."
		_tip="Test decision alternatives by using Monte Carlo simulation to find out probable outputs and risks related to them"/>

	    <separator/>

	    <submenu name="ToolStatisticalAnalysis" _label="Statistical Anal_ysis">
	    <submenu name="ANOVA" _label="_ANOVA">
	        <menuitem name="ToolsANOVAoneFactor" verb=""
		    _label="_One Factor..."
		    _tip="One Factor Analysis of Variance"/>
	        <menuitem name="ToolsANOVAtwoFactor" verb=""
		    _label="_Two Factor..."
		    _tip="Two Factor Analysis of Variance"/>
	    </submenu>
	        <menuitem name="ToolsCorrelation" verb=""
		    _label="_Correlation..."
		    _tip="Pearson Correlation"/>
	        <menuitem name="ToolsCovariance" verb=""
		    _label="Co_variance..."
		    _tip="Covariance"/>
	        <menuitem name="ToolsDescStatistics" verb=""
		    _label="_Descriptive Statistics..."
		    _tip="Various summary statistics"/>
	    <submenu name="ToolForecast" _label="F_orecasting">
	        <menuitem name="ToolsExpSmoothing" verb=""
		    _label="_Exponential Smoothing..."
		    _tip="Exponential smoothing"/>
	        <menuitem name="ToolsAverage" verb=""
		    _label="_Moving Average..."
		    _tip="Moving average"/>
	    </submenu>
	        <menuitem name="ToolsFourier" verb=""
		    _label="_Fourier Analysis..."
		    _tip="Fourier Analysis"/>
	        <menuitem name="ToolsHistogram" verb=""
		    _label="_Histogram..."
		    _tip="Various frequency tables"/>
	        <menuitem name="ToolsRanking" verb=""
		    _label="Ranks and _Percentiles..."
		    _tip="Ranks, placements and percentiles"/>
	        <menuitem name="ToolsRegression" verb=""
		    _label="_Regression..."
		    _tip="Regression Analysis"/>
	        <menuitem name="ToolsSampling" verb=""
		    _label="_Sampling..."
		    _tip="Periodic and random samples"/>

	    <submenu name="ToolTTest" _label="Two _Means">
	        <menuitem name="ToolTTestPaired" verb=""
		    _label="_Paired Samples: T-Test..."
		    _tip="Comparing two population means for two paired samples: t-test"/>
	        <menuitem name="ToolTTestEqualVar" verb=""
		    _label="Unpaired Samples, _Equal Variances: T-Test..."
		    _tip="Comparing two population means for two unpaired samples from populations with equal variances: t-test"/>
	        <menuitem name="ToolTTestUnequalVar" verb=""
		    _label="Unpaired Samples, _Unequal Variances: T-Test..."
		    _tip="Comparing two population means for two unpaired samples from populations with unequal variances: t-test"/>
	        <menuitem name="ToolZTest" verb=""
		    _label="_Known Variances or Large Sample: Z-Test..."
		    _tip="Comparing two population means from populations with known variances or using a large sample: z-test"/>
	    </submenu>
	        <menuitem name="ToolsFTest" verb=""
		    _label="_Two Variances: FTest..."
		    _tip="Comparing two population variances"/>
            </submenu>

	</submenu>

	<submenu name="Data" _label="_Data">

	    <menuitem name="DataSort" verb=""
		pixtype="stock" pixname="gtk-sort-ascending"
		_label="_Sort..."
		_tip="Sort the selected region"/>

	    <submenu name="Filter" _label="_Filter">

	        <menuitem name="DataAutoFilter" verb=""
		    _label="Add _Auto Filter"
		    _tip="Add or remove a filter"/>

	        <menuitem name="DataFilterShowAll" verb=""
		    _label="_Show All"
		    _tip="Show all filtered and hidden rows"/>

	        <menuitem name="DataFilterAdvancedfilter" verb=""
		    _label="Advanced _Filter..."
		    _tip="Filter data with given criteria"/>

	    </submenu>

	    <menuitem name="DataValidate" verb=""
		_label="_Validate..."
		_tip="Validate input with preset criteria"/>

	    <separator/>

	    <menuitem name="DataTextToColumns" verb=""
		_label="_Text to Columns..."
		_tip="Parse the text in the selection into data"/>

	    <menuitem name="DataConsolidate" verb=""
		_label="_Consolidate..."
		_tip="Consolidate regions using a function"/>

	    <submenu name="Outline" _label="_Group and Outline">

		<menuitem name="DataOutlineHideDetail" verb=""
		    pixtype="stock" pixname="Gnumeric_HideDetail"
		    _label="_Hide Detail"
		    _tip="Collapse an outline group"/>

		<menuitem name="DataOutlineShowDetail" verb=""
		    pixtype="stock" pixname="Gnumeric_ShowDetail"
		    _label="_Show Detail"
		    _tip="Uncollapse an outline group"/>

		<menuitem name="DataOutlineGroup" verb=""
		    pixtype="stock" pixname="Gnumeric_Group"
		    _label="_Group..."
		    _tip="Add an outline group"/>

		<menuitem name="DataOutlineUngroup" verb=""
		    pixtype="stock" pixname="Gnumeric_Ungroup"
		    _label="_Ungroup..."
		    _tip="Remove an outline group"/>

	        <separator/>

		<menuitem name="SheetDisplayOutlines" verb=""/>
		<menuitem name="SheetOutlineBelow"    verb=""/>
		<menuitem name="SheetOutlineRight"    verb=""/>

	    </submenu>

	    <!--
	    <menuitem name="PivotTable" verb=""
	        pixtype="stock" pixname="Gnumeric_PivotTable"
		_label="_PivotTable..."
		_tip="Create a pivot table"/>
	    -->

	    <submenu name="ExternalData" _label="Get _External Data">
		<menuitem name="DataImportText" verb=""
		    pixtype="stock" pixname="gtk-dnd"
		    _label="Import _Text File..."
		    _tip="Import the text from a file"/>
	    </submenu>

	</submenu>

	<submenu name="Help" _label="_Help">

	    <placeholder name="BuiltMenuItems"/>

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

	</submenu>

    </menu>

    <dockitem name="StandardToolbar" band_num="1" behavior="exclusive"
	homogeneous="0" look="icon" relief="none" verb="StandardToolbar">

	<toolitem name="New"
	    pixtype="stock" pixname="gtk-new"
	    _label="New"
	     _tip="Create a new workbook"
	    verb="FileNew"/>

	<toolitem name="Open"
	    pixtype="stock" pixname="gtk-open"
	    _label="Open"
	    _tip="Open a file"
	    verb="FileOpen"/>

	<toolitem name="Save"
	    pixtype="stock" pixname="gtk-save"
	    _label="Save"
	    _tip="Save the current workbook"
	    verb="FileSave"/>

	<separator/>

	<toolitem name="Print"
	    pixtype="stock" pixname="gtk-print"
	    _label="Print"
	    _tip="Print the workbook"
	    verb="FilePrint"/>

	<toolitem name="PrintPreview"
	    pixtype="stock" pixname="gtk-print-preview"
	    _label="Print Preview"
	    _tip="Print preview"
	    verb="FilePrintPreview"/>

	<separator/>

	<toolitem name="Cut"
	    pixtype="stock" pixname="gtk-cut"
	    _label="Cut"
	    _tip="Cut the selection to the clipboard"
	    verb="EditCut"/>

	<toolitem name="Copy"
	    pixtype="stock" pixname="gtk-copy"
	    _label="Copy"
	    _tip="Copy the selection to the clipboard"
	    verb="EditCopy"/>

	<toolitem name="Paste"
	    pixtype="stock" pixname="gtk-paste"
	    _label="Paste"
	    _tip="Paste the contents of the clipboard"
	    verb="EditPaste"/>

	<separator/>

	<control name="EditUndo" _tip="Undo the last action"/>

	<control name="EditRedo" _tip="Redo the undone action"/>

	<separator/>

	<toolitem name="InsertHyperlink"
	    pixtype="stock" pixname="Gnumeric_Link_Add"
	    _label="Hyperlink"
	    _tip="Insert a Hyperlink"
	    verb="InsertHyperlink"/>

	<toolitem name="Sum"
	    pixtype="stock" pixname="Gnumeric_AutoSum"
	    _label="Sum"
	    _tip="Sum into the current cell"
	    verb="AutoSum"/>

	<toolitem name="FunctionGuru"
	    pixtype="stock" pixname="Gnumeric_FormulaGuru"
	    _label="Function"
	    _tip="Edit a function in the current cell"
	    verb="FunctionGuru"/>

	<toolitem name="SortAscending"
	    pixtype="stock" pixname="gtk-sort-ascending"
	    _label="Sort Ascending"
	    _tip="Sort the selected region in ascending order based on the first column selected"
	    verb="SortAscending"/>

	<toolitem name="SortDescending"
	    pixtype="stock" pixname="gtk-sort-descending"
	    _label="Sort Descending"
	    _tip="Sort the selected region in descending order based on the first column selected"
	    verb="SortDescending"/>

	<separator/>

	<toolitem name="ChartGuru"
	    pixtype="stock" pixname="Gnumeric_GraphGuru"
	    _label="Chart Guru"
	    _tip="Launch the Chart Guru"
	    verb="ChartGuru" sensitive="0" />

        <!-- These don't work yet for Gnome 2 
	<toolitem name="InsertComponent"
	    pixtype="stock" pixname="Gnumeric_InsertComponent"
	    _label="Insert Component"
	    _tip="Insert an object into the spreadsheet"
	    verb="InsertComponent" />

	<toolitem name="InsertShapedComponent"
	    pixtype="stock" pixname="Gnumeric_InsertShapedComponent"
	    _label="Insert Shaped Component"
	    _tip="Insert a shaped component into the spreadsheet"
	    verb="InsertShapedComponent" />
        -->

	<control name="SheetZoom"
	    _tip="Zoom the spreadsheet in or out"
	    vdisplay="none" />
    </dockitem>

    <dockitem name="FormatToolbar" band_num="2" behavior="exclusive"
	homogeneous="0" look="icon" relief="none" verb="FormatToolbar">

	<control name="FontName"
	    _tip="Font selector"
	    vdisplay="button" verb="FontSelect"
	    pixtype="stock" pixname="gtk-select-font"
	    _label="Font"/>

	<control name="FontSize" _tip="Font size" vdisplay="none"/>

	<toolitem type="toggle" name="FontBold"
	    pixtype="stock" pixname="gtk-bold"
	    _label="Bold"
	    _tip="Bold"
	    verb="FontBold"/>

	<toolitem type="toggle" name="FontItalic"
	    pixtype="stock" pixname="gtk-italic"
	    _label="Italic"
	    _tip="Italic"
	    verb="FontItalic"/>

	<toolitem type="toggle" name="FontUnderline"
	    pixtype="stock" pixname="gtk-underline"
	    _label="Underline"
	    _tip="Underline"
	    verb="FontUnderline"/>

	<separator/>

	<toolitem type="toggle" name="Left"
	    pixtype="stock" pixname="gtk-justify-left"
	    _label="Left Align"
	    _tip="Left align"
	    verb="AlignLeft"/>

	<toolitem type="toggle" name="Center"
	    pixtype="stock" pixname="gtk-justify-center"
	    _label="Center"
	    _tip="Center"
	    verb="AlignCenter"/>

	<toolitem type="toggle" name="gtk-justify-right"
	    pixtype="stock" pixname="gtk-justify-right"
	    _label="Right Align"
	    _tip="Right align"
	    verb="AlignRight"/>

	<toolitem type="toggle" name="CenterAcrossSelection"
	    pixtype="stock" pixname="Gnumeric_CenterAcrossSelection"
	    _label="Center Across Selection"
	    _tip="Center across the selected cells"
	    verb="CenterAcrossSelection"/>

	<toolitem name="Merge"
	    pixtype="stock" pixname="Gnumeric_MergeCells"
	    _label="Merge"
	    _tip="Merge a range of cells"
	    verb="FormatMergeCells"/>

	<toolitem name="Unmerge"
	    pixtype="stock" pixname="Gnumeric_SplitCells"
	    _label="Split"
	    _tip="Split merged ranges of cells"
	    verb="FormatUnmergeCells"/>

	<separator/>

	<toolitem name="Money"
	    pixtype="stock" pixname="Gnumeric_FormatAsMoney"
	    _label="Money"
	    _tip="Set the format of the selected cells to monetary"
	    verb="FormatAsMoney"/>

	<toolitem name="Percent"
	    pixtype="stock" pixname="Gnumeric_FormatAsPercent"
	    _label="Percent"
	    _tip="Set the format of the selected cells to percentage"
	    verb="FormatAsPercent"/>

	<toolitem name="Thousands"
	    pixtype="stock" pixname="Gnumeric_FormatThousandSeparator"
	    _label="Thousands Separator"
	    _tip="Set the format of the selected cells to include a thousands separator"
	    verb="FormatWithThousands"/>

	<toolitem name="IncreasePrecision"
	    pixtype="stock" pixname="Gnumeric_FormatAddPrecision"
	    _label="Increase Precision"
	    _tip="Increase the number of decimals displayed"
	    verb="FormatIncreasePrecision"/>

	<toolitem name="DecreasePrecision"
	    pixtype="stock" pixname="Gnumeric_FormatRemovePrecision"
	    _label="Decrease Precision"
	    _tip="Decrease the number of decimals displayed"
	    verb="FormatDecreasePrecision"/>

	<separator/>

	<toolitem name="DecreaseIndent"
	    pixtype="stock" pixname="gnome-stock-text-unindent"
	    _label="Decrease Indent"
	    _tip="Align the contents to the left and decrease the indent"
	    verb="FormatDecreaseIndent"/>
	<toolitem name="IncreaseIndent"
	    pixtype="stock" pixname="gnome-stock-text-indent"
	    _label="Increase Indent"
	    _tip="Align the contents to the left and increase the indent"
	    verb="FormatIncreaseIndent"/>

	<separator/>

	<control name="BorderSelector" _tip="Borders" />
	<control name="BackgroundColor" _tip="Background" />
	<control name="ForegroundColor" _tip="Foreground" />
    </dockitem>

    <dockitem name="ObjectToolbar" band_num="1" behavior="exclusive" placement="left"
	homogeneous="0" look="icon" relief="none" verb="ObjectToolbar">

	<toolitem name="Label"
	    pixtype="stock" pixname="Gnumeric_ObjectLabel"
	    look="icon"
	    _label="Label"
	    _tip="Create a label" verb="CreateLabel"/>

	<toolitem name="Frame"
	    pixtype="stock" pixname="Gnumeric_ObjectFrame"
	    _label="Frame"
	    _tip="Create a frame" verb="CreateFrame"/>

	<!-- Not useful until we have scripts
	<toolitem name="Button"
	    pixtype="stock" pixname="Gnumeric_ObjectButton"
	    _label="Button"
	    _tip="Create a button" verb="CreateButton"/>
	-->
	<!-- think about how to handle groups
	<toolitem name="RadioButton"
	    pixtype="stock" pixname="Gnumeric_ObjectRadioButton"
	    _label="Radio Button"
	    _tip="Create a radio button" verb="CreateRadioButton"/>
	-->

	<toolitem name="Checkbox"
	    pixtype="stock" pixname="Gnumeric_ObjectCheckbox"
	    _label="Checkbox"
	    _tip="Create a checkbox" verb="CreateCheckbox"/>

	<toolitem name="Scrollbar"
	    pixtype="stock" pixname="Gnumeric_ObjectScrollbar"
	    _label="Scrollbar"
	    _tip="Create a scrollbar" verb="CreateScrollbar"/>
	<toolitem name="SpinButton"
	    pixtype="stock" pixname="Gnumeric_ObjectSpinButton"
	    _label="Spin Button"
	    _tip="Create a spin button" verb="CreateSpinButton"/>
	<toolitem name="Slider"
	    pixtype="stock" pixname="Gnumeric_ObjectSlider"
	    _label="Slider"
	    _tip="Create a slider" verb="CreateSlider"/>
  
	<toolitem name="List"
	    pixtype="stock" pixname="Gnumeric_ObjectList"
	    _label="List"
	    _tip="Create a list" verb="CreateList"/>

	<toolitem name="Combo"
	    pixtype="stock" pixname="Gnumeric_ObjectCombo"
	    _label="Combo Box"
	    _tip="Create a combo box" verb="CreateCombo"/>

	<toolitem name="Line"
	    pixtype="stock" pixname="Gnumeric_ObjectLine"
	    _label="Line"
	    _tip="Create a line object" verb="CreateLine"/>

	<toolitem name="Arrow"
	    pixtype="stock" pixname="Gnumeric_ObjectArrow"
	    _label="Arrow"
	    _tip="Create an arrow object" verb="CreateArrow"/>

	<toolitem name="Rectangle"
	    pixtype="stock" pixname="Gnumeric_ObjectRectangle"
	    _label="Rectangle"
	    _tip="Create a rectangle object" verb="CreateRectangle"/>

	<toolitem name="Ellipse"
	    pixtype="stock" pixname="Gnumeric_ObjectEllipse"
	    _label="Ellipse"
	    _tip="Create an ellipse object" verb="CreateEllipse"/>

    </dockitem>
    <keybindings>
	<accel name="*Control*b" verb="FontBold"/>
	<accel name="*Control*i" verb="FontItalic"/>
	<accel name="*Control*u" verb="FontUnderline"/>
    </keybindings>

    <status>
	<item name="main"/>
	<control name="Status"/>
	<control name="AutoExpr"/>
	<control name="Progress"/>
    </status>
</Root>
