/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Author : * Damon Chaplin * * Copyright 1999, Ximian, Inc. * Copyright 2001, Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * 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_WEEK_VIEW_MAIN_ITEM_H_ #define _E_WEEK_VIEW_MAIN_ITEM_H_ #include "e-week-view.h" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /* * EWeekViewMainItem - displays the background grid and dates for the Week and * Month calendar views. */ #define E_WEEK_VIEW_MAIN_ITEM(obj) (GTK_CHECK_CAST((obj), \ e_week_view_main_item_get_type (), EWeekViewMainItem)) #define E_WEEK_VIEW_MAIN_ITEM_CLASS(k) (GTK_CHECK_CLASS_CAST ((k),\ e_week_view_main_item_get_type ())) #define E_IS_WEEK_VIEW_MAIN_ITEM(o) (GTK_CHECK_TYPE((o), \ e_week_view_main_item_get_type ())) typedef struct { GnomeCanvasItem canvas_item; /* The parent EWeekView widget. */ EWeekView *week_view; } EWeekViewMainItem; typedef struct { GnomeCanvasItemClass parent_class; } EWeekViewMainItemClass; GtkType e_week_view_main_item_get_type (void); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* _E_WEEK_VIEW_MAIN_ITEM_H_ */ /cgit.cgi/freebsd-ports-graphics/about/'>aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/fira
Commit message (Expand)AuthorAgeFilesLines
* Reset ports maintained by horia@racoviceanu.com.rakuco2016-06-281-1/+1
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-191-4/+4
* x11-fonts/fira: 4.105 -> 4.106pi2016-05-062-14/+14
* Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-051-1/+1
* Update to latest upstream versions.mat2015-10-292-16/+16
* - Switch to options helpersamdmi32015-09-211-8/+6
* x11-fonts/fira: update 4.102 -> 4.104robak2015-09-072-23/+21
* - Mark BROKEN on 9.x: fails to extract:amdmi32015-06-271-0/+2
* Update to 4.102cs2015-06-114-30/+49
* Convert to USES=fontsbapt2015-03-212-46/+39
* - Modernize plist [1]ak2014-10-132-3/+2
* x11-fonts/fira: update 3.110 -> 3.111robak2014-07-252-9/+9
* - Update from 3.108 to 3.110danilo2014-07-054-22/+14
* - Update to 3.108miwi2014-06-275-60/+95
* Remove stray file that is not part of the port.rakuco2014-01-241-1/+0