/* * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) version 3. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with the program; if not, see * * * Authors: * Bolian Yin * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * */ #ifndef __EA_DAY_VIEW_CELL_H__ #define __EA_DAY_VIEW_CELL_H__ #include #include "e-day-view.h" G_BEGIN_DECLS #define E_TYPE_DAY_VIEW_CELL (e_day_view_cell_get_type ()) #define E_DAY_VIEW_CELL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), E_TYPE_DAY_VIEW_CELL, EDayViewCell)) #define E_DAY_VIEW_CELL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), E_TYPE_DAY_VIEW_CELL, EDayViewCellClass)) #define E_IS_DAY_VIEW_CELL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), E_TYPE_DAY_VIEW_CELL)) #define E_IS_DAY_VIEW_CELL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), E_TYPE_DAY_VIEW_CELL)) #define E_DAY_VIEW_CELL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), E_TYPE_DAY_VIEW_CELL, EDayViewCellClass)) typedef struct _EDayViewCell EDayViewCell; typedef struct _EDayViewCellClass EDayViewCellClass; struct _EDayViewCell { GObject parent; EDayView *day_view; gint row; gint column; }; GType e_day_view_cell_get_type (void); struct _EDayViewCellClass { GObjectClass parent_class; }; EDayViewCell * e_day_view_cell_new (EDayView *day_view, gint row, gint column); #define EA_TYPE_DAY_VIEW_CELL (ea_day_view_cell_get_type ()) #define EA_DAY_VIEW_CELL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EA_TYPE_DAY_VIEW_CELL, EaDayViewCell)) #define EA_DAY_VIEW_CELL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EA_TYPE_DAY_VIEW_CELL, EaDayViewCellClass)) #define EA_IS_DAY_VIEW_CELL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EA_TYPE_DAY_VIEW_CELL)) #define EA_IS_DAY_VIEW_CELL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EA_TYPE_DAY_VIEW_CELL)) #define EA_DAY_VIEW_CELL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EA_TYPE_DAY_VIEW_CELL, EaDayViewCellClass)) typedef struct _EaDayViewCell EaDayViewCell; typedef struct _EaDayViewCellClass EaDayViewCellClass; struct _EaDayViewCell { AtkGObjectAccessible parent; }; GType ea_day_view_cell_get_type (void); struct _EaDayViewCellClass { AtkGObjectAccessibleClass parent_class; }; AtkObject * ea_day_view_cell_new (GObject *gobj); G_END_DECLS #endif /* __EA_DAY_VIEW_CELL_H__ */ FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to 0.14, remove BROKEN, fix pkg-plist.vanilla2014-08-283-7/+8
* Mark as broken unstaged perl portsbapt2014-04-091-4/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - convert to the new perl5 frameworkaz2013-09-111-1/+2
* - Use WWW: with a single spaceaz2013-05-272-14/+3
* - Update to 0.13 [1]culot2012-05-283-4/+10
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-141-1/+8
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Dev...pgollucci2012-03-091-8/+1
* - Update to 0.11sunpoet2011-12-243-13/+24
* - Update to 0.10wen2011-07-052-3/+3
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-06-201-1/+1
* - Update to 0.09culot2011-03-122-3/+3
* - Update to 0.08jadawin2011-01-103-11/+13