<Root>

<commands>
        <cmd name="Cut"
         _label="Cut Text"
	 accel="*Control*x"
	 _tip="Cut the selected text to the clipboard"/>
        <cmd name="Copy"
         _label="_Copy Text"
	 accel="*Control*c"
	 _tip="Copy the selected text to the clipboard"/>
        <cmd name="Paste"
         _label="_Paste Text"
	 _tip="Paste the text stored on the clipboard"
	 accel="*Control*v"/>
        <cmd name="Clear"
	 _tip="Remove the selected text without putting it on the clipboard"
	 _label="C_lear Text"/>
	<cmd name="Select All"
	 _label="Select _All"
	 _tip="Select all the text in a text field"
	 accel="*Control*a"/>
</commands>

<menu>
	<submenu name="Edit">
			<menuitem name="Cut" 
				  _label="Cut _Text" 
               			  pixtype="stock" pixname="gtk-cut"
				  verb="Cut"/>
			<menuitem name="Copy" 
				  _label="_Copy Text" 
        			  pixtype="stock" pixname="gtk-copy"
				  verb="Copy"/>
			<menuitem name="Paste" 
				  _label="_Paste Text" 
        			  pixtype="stock" pixname="gtk-paste"
				  verb="Paste"/>
			<menuitem name="Clear" 
				  _label="C_lear Text" 
        			  pixtype="stock" pixname="gtk-clear"
				  verb="Clear"/>
			<menuitem name="Select All"
				  _label="Select _All"
				  verb="Select All"/>
	</submenu>
</menu>

</Root>
