diff options
Diffstat (limited to 'calendar/gui/e-week-view.h')
-rw-r--r-- | calendar/gui/e-week-view.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/gui/e-week-view.h b/calendar/gui/e-week-view.h index 07ff4770c3..9b4d4c817b 100644 --- a/calendar/gui/e-week-view.h +++ b/calendar/gui/e-week-view.h @@ -368,6 +368,9 @@ struct _EWeekView struct _EWeekViewClass { GtkTableClass parent_class; + + /* Notification signals */ + void (* selection_changed) (EWeekView *week_view); }; @@ -450,6 +453,10 @@ void e_week_view_cut_clipboard (EWeekView *week_view); void e_week_view_copy_clipboard (EWeekView *week_view); void e_week_view_paste_clipboard (EWeekView *week_view); +void e_week_view_delete_event (EWeekView *week_view); + +/* Returns the number of selected events (0 or 1 at present). */ +gint e_week_view_get_num_events_selected (EWeekView *week_view); /* * Internal functions called by the associated canvas items. |