Bug 793125 - Crash due to popup menus left attached too long
[evolution.git] / src / calendar / gui / ea-calendar-helpers.h
blobcceb10a922177f3a77ee5cb69d4d39b005aed5d6
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_HELPERS_H__
27 #define _EA_CALENDAR_HELPERS_H__
29 #include "ea-cal-view.h"
31 AtkObject *
32 ea_calendar_helpers_get_accessible_for (GnomeCanvasItem *canvas_item);
34 ECalendarView *
35 ea_calendar_helpers_get_cal_view_from (GnomeCanvasItem *canvas_item);
37 ECalendarViewEvent *
38 ea_calendar_helpers_get_cal_view_event_from (GnomeCanvasItem *canvas_item);
40 #endif /* _EA_CALENDAR_HELPERS_H__ */