blob: de76c509df7600a4ae3d5771db0c24484b2770c6 (
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
89
90
91
|
<Root>
<commands>
<cmd name="CalendarPrint" _tip="Print this calendar" pixtype="pixbuf"
accel="*Control*p"/>
<cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="pixbuf"/>
<cmd name="CalendarPrev" _tip="Go back" pixtype="pixbuf"/>
<cmd name="CalendarToday" _tip="Go to today" pixtype="stock" pixname="Home"/>
<cmd name="CalendarNext" _tip="Go forward" pixtype="pixbuf"/>
<cmd name="CalendarGoto" _tip="Go to a specific date"/>
<cmd name="ShowDayView" _tip="Show one day" pixtype="pixbuf"/>
<cmd name="ShowWorkWeekView" _tip="Show the working week" pixtype="pixbuf"/>
<cmd name="ShowWeekView" _tip="Show one week" pixtype="pixbuf"/>
<cmd name="ShowMonthView" _tip="Show one month" pixtype="pixbuf"/>
<cmd name="Cut" _tip="Cut the selection" accel="*Control*x"/>
<cmd name="Copy" _tip="Copy the selection" accel="*Control*c"/>
<cmd name="Paste" _tip="Paste the clipboard" accel="*Control*v"/>
<cmd name="Delete" _tip="Delete the appointment" accel="*Control*d"/>
<cmd name="PublishFreeBusy" _tip="Publish Free/Busy information for this calendar"/>
</commands>
<menu>
<submenu name="File">
<placeholder name="Print">
<menuitem name="PrintPreview" verb="CalendarPrintPreview"
_label="Print Pre_view" pixtype="pixbuf"/>
<menuitem name="Print" verb="CalendarPrint" accel="*Control*p"
_label="_Print..." pixtype="pixbuf"/>
</placeholder>
</submenu>
<placeholder name="EditPlaceholder">
<submenu name="Edit" _label="_Edit">
<menuitem name="Cut" verb="" _label="C_ut" pixtype="pixbuf"/>
<menuitem name="Copy" verb="" _label="_Copy" pixtype="pixbuf"/>
<menuitem name="Paste" verb="" _label="_Paste" pixtype="pixbuf"/>
<separator/>
<menuitem name="Delete" verb="" _label="_Delete" pixtype="pixbuf"/>
</submenu>
</placeholder>
<submenu name="View">
<placeholder name="ViewBegin">
<menuitem name="Today" verb="CalendarToday" _label="Go to _Today"/>
<menuitem name="Goto" verb="CalendarGoto" _label="Go to _Date" pixtype="pixbuf"/>
<separator f="" name="ecal"/>
</placeholder>
</submenu>
<submenu name="Actions" _label="_Actions">
<placeholder name="ComponentActionsPlaceholder">
<menuitem name="PublishFreeBusy" verb="" _label="_Publish Free/Busy Information"/>
</placeholder>
</submenu>
</menu>
<dockitem name="Toolbar">
<toolitem name="Print" verb="CalendarPrint" pixtype = "pixbuf"/>
<toolitem name="Delete" verb="" pixtype="pixbuf"/>
<separator f="" name="ecal2"/>
<toolitem name="Prev" verb="CalendarPrev" pixtype="pixbuf"/>
<toolitem name="Today" verb="CalendarToday"/>
<toolitem name="Next" verb="CalendarNext" pixtype="pixbuf"/>
<separator f="" name="ecal3"/>
<toolitem name="Goto" verb="CalendarGoto" _label="Go To" priority="1" pixtype="pixbuf"/>
<separator f="" name="ecal4"/>
<toolitem name="DayView" verb="ShowDayView" _label="Day" priority="1" pixtype="pixbuf"/>
<toolitem name="WorkWeekView" verb="ShowWorkWeekView" _label="Work Week" priority="1" pixtype="pixbuf"/>
<toolitem name="WeekView" verb="ShowWeekView" _label="Week" priority="1" pixtype="pixbuf"/>
<toolitem name="MonthView" verb="ShowMonthView" _label="Month" priority="1" pixtype="pixbuf"/>
</dockitem>
</Root>
|