blob: 0757b528e04c142c3e1f937ff9364bab481c036b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
<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"/>
</submenu>
<submenu name="Settings">
<menuitem name="Preferences" _label="Calendar Preferences..."
verb="CalendarPreferences" _tip="Alter preferences"/>
</submenu>
</menu>
<dockitem name="Toolbar" relief="none" behavior="exclusive">
<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>
|