2001-06-21 JP Rosevear <jpr@ximian.com> * evolution-comp-editor.xml: add toolbar svn path=/trunk/; revision=10381
100 lines
2.2 KiB
XML
100 lines
2.2 KiB
XML
<Root>
|
|
|
|
<commands>
|
|
|
|
<cmd name="FilePrint" _label="Print..."
|
|
_tip="Print this item" pixtype="stock" pixname="Print"/>
|
|
|
|
<cmd name="FilePrintPreview" _label="Print Pre_view"
|
|
_tip="Preview the printed item"
|
|
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="FileSaveAndClose" _label="Save and Close"
|
|
_tip="Save the appointment and close the dialog box"
|
|
pixtype="stock" pixname="Save" accel="*Control*s"/>
|
|
|
|
<cmd name="FileSaveAs" _label="Save As..."
|
|
_tip="Save this item to disk"
|
|
pixtype="stock" pixname="Save" accel="*Control*Alt*s"/>
|
|
|
|
<cmd name="FileDelete" _label="Delete"
|
|
_tip="Delete this appointment"
|
|
pixtype="stock" pixname="Trash"/>
|
|
|
|
<cmd name="FileClose" _label="C_lose"
|
|
_tip="Close this appointment"
|
|
pixtype="stock" pixname="Close" accel="*Control*w"/>
|
|
|
|
</commands>
|
|
|
|
<menu>
|
|
|
|
<submenu name="File" _label="_File">
|
|
|
|
<menuitem name="FileSaveAndClose" verb=""/>
|
|
|
|
<menuitem name="FileSaveAs" verb=""/>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="FileDelete" verb=""/>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="FilePrint" verb=""/>
|
|
|
|
<menuitem name="FilePrintPreview" verb=""/>
|
|
|
|
<menuitem name="FilePrintSetup" verb=""/>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="FileClose" verb=""/>
|
|
|
|
</submenu>
|
|
|
|
<submenu name="Edit" _label="_Edit">
|
|
|
|
<placeholder name="Edit"/>
|
|
|
|
</submenu>
|
|
|
|
<submenu name="Actions" _label="_Action">
|
|
|
|
<placeholder name="Actions"/>
|
|
|
|
</submenu>
|
|
|
|
<submenu name="Help" _label="_Help">
|
|
|
|
<placeholder name="BuiltMenuItems"/>
|
|
|
|
</submenu>
|
|
|
|
</menu>
|
|
|
|
<dockitem name="Toolbar"relief="none" behavior="exclusive"
|
|
_tip="Main toolbar" hlook="text" vlook="icon">
|
|
|
|
<toolitem name="FileSaveAndClose" verb="" _label="Save and Close" priority="1"/>
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="FilePrint" verb="" _label="Print" priority="1"/>
|
|
|
|
<toolitem name="FilePrintPreview" verb="" _label="Print Preview" priority="1"/>
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="FileDelete" verb="" _label="Delete" priority="1"/>
|
|
|
|
<toolitem name="FileClose" verb="" _label="Close" priority="1"/>
|
|
|
|
</dockitem>
|
|
|
|
</Root>
|