85 lines
1.9 KiB
XML
85 lines
1.9 KiB
XML
<Root>
|
|
|
|
<menu>
|
|
<submenu name="File">
|
|
|
|
<submenu name="New" _label="_New">
|
|
|
|
<menuitem name="CalendarNew" verb=""
|
|
_label="New Ca_lendar" _tip="Create a new calendar"/>
|
|
|
|
</submenu>
|
|
|
|
<placeholder name="FileOps">
|
|
<submenu name="Open" _label="_Open">
|
|
|
|
<menuitem name="CalendarOpen" verb=""
|
|
_label="_Open Calendar" _tip="Open a calendar"/>
|
|
|
|
</submenu>
|
|
|
|
<menuitem name="CalendarSaveAs" verb=""
|
|
_label="_Save Calendar As"
|
|
_tip="Save calendar As something else"/>
|
|
|
|
</placeholder>
|
|
|
|
<placeholder name="Print">
|
|
|
|
<menuitem name="Print" verb="CalendarPrint"
|
|
_label="_Print this calendar"
|
|
pixtype="stock" pixname="Print"
|
|
accel="*Control*p"/>
|
|
|
|
</placeholder>
|
|
|
|
</submenu>
|
|
|
|
<submenu name="Edit">
|
|
|
|
<menuitem name="Appointment" _label="_New appointment..."
|
|
verb="EditNewAppointment" _tip="Create a new appointment"/>
|
|
|
|
<menuitem name="Preferences" _label="Preferences"
|
|
verb="CalendarPreferences" _tip="Alter preferences"/>
|
|
|
|
</submenu>
|
|
</menu>
|
|
|
|
<dockitem name="Toolbar" relief="none">
|
|
<toolitem name="New" _label="New"
|
|
_tip="Create a new appointment" verb="EditNewAppointment"
|
|
pixtype="stock" pixname="New"/>
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="Print" _label="Print"
|
|
_tip="Print this calendar" verb="CalendarPrint"
|
|
pixtype="stock" pixname="Print"/>
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="Prev" label="Prev"
|
|
_tip="Go back in time" verb="CalendarPrev"
|
|
pixtype="stock" pixname="Back"/>
|
|
|
|
<toolitem name="Today" label="Today"
|
|
_tip="Go to present time" verb="CalendarToday"
|
|
pixtype="stock" pixname="Home"/>
|
|
|
|
<toolitem name="Next" label="Next"
|
|
_tip="Go forward in time" verb="CalendarNext"
|
|
pixtype="stock" pixname="Forward"/>
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="Goto" label="Go to"
|
|
_tip="Go to a specific date" verb="CalendarGoto"
|
|
pixtype="stock" pixname="Jump To"/>
|
|
|
|
<separator/>
|
|
|
|
</dockitem>
|
|
|
|
</Root>
|