Updated Traditional Chinese translation(Hong Kong and Taiwan)
[evolution.git] / calendar / gui / ea-day-view-main-item.h
blobc782e6acc8047de97384d0d903f8cfdba9e6308b
1 /*
3 * This program is free software; you can redistribute it and/or
4 * modify it under the terms of the GNU Lesser General Public
5 * License as published by the Free Software Foundation; either
6 * version 2 of the License, or (at your option) version 3.
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * Lesser General Public License for more details.
13 * You should have received a copy of the GNU Lesser General Public
14 * License along with the program; if not, see <http://www.gnu.org/licenses/>
17 * Authors:
18 * Bolian Yin <bolian.yin@sun.com>
20 * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
24 #ifndef __EA_DAY_VIEW_MAIN_ITEM_H__
25 #define __EA_DAY_VIEW_MAIN_ITEM_H__
27 #include <atk/atkgobjectaccessible.h>
28 #include "e-day-view-main-item.h"
30 G_BEGIN_DECLS
32 #define EA_TYPE_DAY_VIEW_MAIN_ITEM (ea_day_view_main_item_get_type ())
33 #define EA_DAY_VIEW_MAIN_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EA_TYPE_DAY_VIEW_MAIN_ITEM, EaDayViewMainItem))
34 #define EA_DAY_VIEW_MAIN_ITEM_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EA_TYPE_DAY_VIEW_MAIN_ITEM, EaDayViewMainItemClass))
35 #define EA_IS_DAY_VIEW_MAIN_ITEM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EA_TYPE_DAY_VIEW_MAIN_ITEM))
36 #define EA_IS_DAY_VIEW_MAIN_ITEM_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EA_TYPE_DAY_VIEW_MAIN_ITEM))
37 #define EA_DAY_VIEW_MAIN_ITEM_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EA_TYPE_DAY_VIEW_MAIN_ITEM, EaDayViewMainItemClass))
39 typedef struct _EaDayViewMainItem EaDayViewMainItem;
40 typedef struct _EaDayViewMainItemClass EaDayViewMainItemClass;
42 struct _EaDayViewMainItem
44 AtkGObjectAccessible parent;
47 GType ea_day_view_main_item_get_type (void);
49 struct _EaDayViewMainItemClass
51 AtkGObjectAccessibleClass parent_class;
54 AtkObject* ea_day_view_main_item_new (GObject *obj);
56 G_END_DECLS
58 #endif /* __EA_DAY_VIEW_MAIN_ITEM_H__ */