/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Author : * Damon Chaplin * * Copyright 1999, Helix Code, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. * * 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 General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA */ #ifndef _E_DAY_VIEW_TIME_ITEM_H_ #define _E_DAY_VIEW_TIME_ITEM_H_ #include "e-day-view.h" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /* * EDayViewTimeItem - canvas item which displays the times down the left of * the EDayView. */ #define E_DAY_VIEW_TIME_ITEM(obj) (GTK_CHECK_CAST((obj), \ e_day_view_time_item_get_type (), EDayViewTimeItem)) #define E_DAY_VIEW_TIME_ITEM_CLASS(k) (GTK_CHECK_CLASS_CAST ((k),\ e_day_view_time_item_get_type ())) #define E_IS_DAY_VIEW_TIME_ITEM(o) (GTK_CHECK_TYPE((o), \ e_day_view_time_item_get_type ())) typedef struct { GnomeCanvasItem canvas_item; /* The parent EDayView widget. */ EDayView *day_view; /* The width of the time column. */ gint column_width; /* TRUE if we are currently dragging the selection times. */ gboolean dragging_selection; } EDayViewTimeItem; typedef struct { GnomeCanvasItemClass parent_class; } EDayViewTimeItemClass; GtkType e_day_view_time_item_get_type (void); gint e_day_view_time_item_get_column_width (EDayViewTimeItem *dvtmitem); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* _E_DAY_VIEW_TIME_ITEM_H_ */ -1.3.7 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-CGI-Application-Plugin-DebugScreen
Commit message (Expand)AuthorAgeFilesLines
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-8/+1
* - Add LICENSESunpoet Po-Chuan Hsieh2014-04-271-1/+4
* support STAGEDIR.Vanilla I. Shu2013-11-072-7/+5
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1
* - Convert to new perl frameworkAndrej Zverev2013-08-031-1/+2
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-10-041-6/+2
* - Update to 1.00Steve Wills2012-08-252-3/+3
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-5/+5
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-221-1/+1
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1