blob: f8562a7f9895a6323e0648c1cc43a112dcb0e53d (
plain) (
tree)
|
|
<Root>
<commands>
<cmd name="FilePrint" _label="Print..."
_tip="Print this item"/>
<cmd name="FilePrintPreview" _label="Print Pre_view"
_tip="Preview the printed item"/>
<cmd name="FilePrintSetup" _label="Print S_etup"
_tip="Setup the page settings for your current printer"/>
<cmd name="FileSave" _label="Save"
_tip="Save the item and close the dialog box"
accel="*Control*s"/>
<cmd name="FileSaveAndClose" _label="Save and Close"
_tip="Save the item and close the dialog box"
accel="*Control*s"/>
<cmd name="FileSaveAs" _label="Save As..."
_tip="Save this item to disk"
accel="*Control*Alt*s"/>
<cmd name="FileDelete" _label="Delete"
_tip="Delete this item"
pixtype="stock" pixname="Trash"/>
<cmd name="FileClose" _label="C_lose"
_tip="Close this item"
pixtype="stock" pixname="Close" accel="*Control*w"/>
</commands>
<menu>
<submenu name="File" _label="_File">
<menuitem name="FileSave" verb="" pixtype="pixbuf"/>
<menuitem name="FileSaveAndClose" verb="" pixtype="pixbuf"/>
<menuitem name="FileSaveAs" verb="" pixtype="pixbuf"/>
<separator/>
<menuitem name="FileDelete" verb=""/>
<separator/>
<menuitem name="FilePrint" verb="" pixtype="pixbuf"/>
<menuitem name="FilePrintPreview" verb="" pixtype="pixbuf"/>
<menuitem name="FilePrintSetup" verb=""/>
<separator/>
<menuitem name="FileClose" verb=""/>
</submenu>
<submenu name="Actions" _label="_Actions">
<placeholder name="Actions"/>
</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" pixtype="pixbuf"/>
<separator/>
<toolitem name="FilePrint" verb="" _label="Print" priority="1" pixtype="pixbuf"/>
<toolitem name="FilePrintPreview" verb="" _label="Print Preview" priority="1" pixtype="pixbuf"/>
<separator/>
<toolitem name="FileDelete" verb="" _label="Delete" priority="1"/>
<toolitem name="FileClose" verb="" _label="Close" priority="1"/>
</dockitem>
</Root>
|