aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-commands.h
diff options
context:
space:
mode:
authorBolian Yin <bolian.yin@sun.com>2003-08-20 16:05:00 +0800
committerBolian Yin <byin@src.gnome.org>2003-08-20 16:05:00 +0800
commitef5eb5facdf293531569ca1d8b7ab7fd976fbe83 (patch)
tree5f8bce18e4c7ee5d6e31878b29facad4841f12f5 /calendar/gui/calendar-commands.h
parent7bb25afd430ffab77397d9fc4e6b756251ba31d8 (diff)
downloadgsoc2013-evolution-ef5eb5facdf293531569ca1d8b7ab7fd976fbe83.tar
gsoc2013-evolution-ef5eb5facdf293531569ca1d8b7ab7fd976fbe83.tar.gz
gsoc2013-evolution-ef5eb5facdf293531569ca1d8b7ab7fd976fbe83.tar.bz2
gsoc2013-evolution-ef5eb5facdf293531569ca1d8b7ab7fd976fbe83.tar.lz
gsoc2013-evolution-ef5eb5facdf293531569ca1d8b7ab7fd976fbe83.tar.xz
gsoc2013-evolution-ef5eb5facdf293531569ca1d8b7ab7fd976fbe83.tar.zst
gsoc2013-evolution-ef5eb5facdf293531569ca1d8b7ab7fd976fbe83.zip
Add a11y dependency. gui/calendar-commands.c
2003-08-20 Bolian Yin <bolian.yin@sun.com> * gui/Makefile.am : Add a11y dependency. * gui/calendar-commands.c (calendar_get_text_for_folder_bar_label) * gui/e-cal-view.c: Add two new events: "event_changed" and "event_added" * gui/e-day-view.c (e_day_view_class_init): init a11y. (e_day_view_find_event_from_item): make it public from private (e_day_view_update_event_cb): emit "event_changed" signal (e_day_view_reshape_day_event): emit "event_added" signal (e_day_view_reshape_long_event): emit "event_added" signal * gui/e-week-view.c (e_week_view_class_init): init a11y. (e_week_view_find_event_from_item): make it public from private (e_week_view_update_event_cb): emit "event_changed" signal (e_week_view_reshape_event_span): emit "event_added" signal * gui/gnome-cal.c (gnome_calendar_class_init): init a11y. (gnome_calendar_get_e_calendar_widget), (gnome_calendar_get_search_bar_widget), (gnome_calendar_get_view_notebook_widget): new functions svn path=/trunk/; revision=22303
Diffstat (limited to 'calendar/gui/calendar-commands.h')
-rw-r--r--calendar/gui/calendar-commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/calendar-commands.h b/calendar/gui/calendar-commands.h
index 9ebac6eef4..6f418799d2 100644
--- a/calendar/gui/calendar-commands.h
+++ b/calendar/gui/calendar-commands.h
@@ -42,6 +42,7 @@ void calendar_goto_today (GnomeCalendar *gcal);
void calendar_set_folder_bar_label (GnomeCalendar *gcal, BonoboControl *control);
+const gchar * calendar_get_text_for_folder_bar_label (GnomeCalendar *gcal);
/* Used by calendar and tasks control to set the folder title bar label. */
void control_util_set_folder_bar_label (BonoboControl *control, char *label);