Bug 793125 - Crash due to popup menus left attached too long
[evolution.git] / src / calendar / gui / ea-calendar.h
blobc3564c80a5fb61a55840ef5dcd2aab524e84abdf
1 /*
3 * This program is free software; you can redistribute it and/or modify it
4 * under the terms of the GNU Lesser General Public License as published by
5 * the Free Software Foundation.
7 * This program is distributed in the hope that it will be useful, but
8 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
9 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
10 * for more details.
12 * You should have received a copy of the GNU Lesser General Public License
13 * along with this program; if not, see <http://www.gnu.org/licenses/>.
16 * Authors:
17 * Bolian Yin <bolian.yin@sun.com>
19 * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
23 /* Evolution Accessibility
26 #ifndef _EA_CALENDAR_H__
27 #define _EA_CALENDAR_H__
29 void e_calendar_a11y_init (void);
30 void e_day_view_main_item_a11y_init (void);
31 void e_week_view_main_item_a11y_init (void);
33 #endif /* _EA_CALENDAR_H__ */