<Root>
	<commands>
		<cmd name="FileNew" _label="New" _tip="Create a new sample"
			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 file"
			pixtype="stock" pixname="gtk-save" accel="*Control*S"
			sensitive="0"/>

		<cmd name="FileSaveAs" _label="Save As" _tip="Save the current file with a different name"
			pixtype="stock" pixname="gtk-save-as" accel="*Shift**Control*S"
			sensitive="0"/>

		<cmd name="FileMixer" _label="Run Mixer" _tip="Run the audio mixer"
			pixtype="stock" pixname="gtk-execute"/>

		<cmd name="FileProperties" _label="File Information" _tip="Show information about the current file"
			pixtype="stock" pixname="gtk-properties"/>

		<cmd name="FileClose" _label="Close" _tip="Close this window"
			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="HelpAbout" _label="About"
			_tip="Show information for Sound Recorder"
			pixtype="stock" pixname="gnome-stock-about"/>

		<cmd name="HelpContents" _label="Contents"
			_tip="Display help for Sound Recorder"
			pixtype="stock" pixname="gtk-help" accel="F1"/>

		<cmd name="MediaPlay" _label="Play" _tip="Play sound"
			sensitive="0" pixtype="stock" pixname="media-play" accel="*Control*p"/>

		<cmd name="MediaStop" _label="Stop" _tip="Stop sound"
			sensitive="0" pixtype="stock" pixname="media-stop" accel="*Control*x"/>

		<cmd name="MediaRecord" _label="Record" _tip="Record sound"
			sensitive="0" pixtype="stock" pixname="media-record" accel="*Control*r"/>
	</commands>

	<menu>
		<submenu name="File" _label="_File">
			<menuitem name="FileNew" verb="" _label="_New"/>
			<menuitem name="FileOpen" verb="" _label="_Open..."/>
			<submenu name="Recents" _label="Recent _Files">

			</submenu>

			<separator/>

			<menuitem name="FileSave" verb="" _label="_Save"/>
			<menuitem name="FileSaveAs" verb="" _label="Save _As..."/>

			<separator/>

			<menuitem name="FileMixer" verb="" _label="Run _Mixer"/>
			<menuitem name="FileProperties" verb="" _label="File _Information"/>

			<separator/>

			<menuitem name="FileClose" verb="" _label="_Close Window"/>
			<menuitem name="FileExit" verb="" _label="_Quit"/>
		</submenu>

		<submenu name="Actions" _label="_Control">
			<menuitem name="MediaRecord" verb="" _label="_Record"/>
			<menuitem name="MediaPlay" verb="" _label="_Play"/>
			<menuitem name="MediaStop" verb="" _label="_Stop"/>
		</submenu>

		<submenu name="Help" _label="_Help">
			<menuitem name="HelpContents" verb="" _label="_Contents"/>
			<menuitem name="HelpAbout" verb="" _label="_About"/>
		</submenu>
	</menu>

	<dockitem name="Toolbar" _tip="Main toolbar" config="0"
		  behavior="exclusive" in_new_band="1">
		<toolitem name="FileNew" verb=""/>
		<toolitem name="FileOpen" verb=""/>
		<toolitem name="FileSave" verb=""/>
		<toolitem name="FileSaveAs" verb=""/>

		<separator/>

		<toolitem name="MediaRecord" verb=""/>
		<toolitem name="MediaPlay" verb=""/>
		<toolitem name="MediaStop" verb=""/>
	</dockitem>
			
	<status resize_grip="1">
		<item name="main"/>
	</status>
</Root>
