/* -*- 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 */ /* * MeetingTimeSelectorItem - A GnomeCanvasItem which is used for both the main * display canvas and the top display (with the dates, times & All Attendees). * I didn't make these separate GnomeCanvasItems since they share a lot of * code. */ #ifndef _E_MEETING_TIME_SELECTOR_ITEM_H_ #define _E_MEETING_TIME_SELECTOR_ITEM_H_ #include "e-meeting-time-sel.h" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #define E_MEETING_TIME_SELECTOR_ITEM(obj) (GTK_CHECK_CAST((obj), e_meeting_time_selector_item_get_type (), EMeetingTimeSelectorItem)) #define E_MEETING_TIME_SELECTOR_ITEM_CLASS(k) (GTK_CHECK_CLASS_CAST ((k), e_meeting_time_selector_item_get_type (), EMeetingTimeSelectorItemClass)) #define IS_E_MEETING_TIME_SELECTOR_ITEM(o) (GTK_CHECK_TYPE((o), e_meeting_time_selector_item_get_type ())) typedef struct _EMeetingTimeSelectorItem EMeetingTimeSelectorItem; typedef struct _EMeetingTimeSelectorItemClass EMeetingTimeSelectorItemClass; struct _EMeetingTimeSelectorItem { GnomeCanvasItem canvas_item; /* The parent EMeetingTimeSelector widget. */ EMeetingTimeSelector *mts; /* This GC is used for most of the drawing. The fg/bg colors are changed for each bit. */ GdkGC *main_gc; GdkGC *stipple_gc; /* The normal & resize cursors. */ GdkCursor *normal_cursor; GdkCursor *resize_cursor; /* This remembers the last cursor set on the window. */ GdkCursor *last_cursor_set; }; struct _EMeetingTimeSelectorItemClass { GnomeCanvasItemClass parent_class; }; GtkType e_meeting_time_selector_item_get_type (void); #endif /* _E_MEETING_TIME_SELECTOR_ITEM_H_ */ /devel/electron4/files/minimist-1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/cad/rubygem-gdsii
>
Commit message (Expand)AuthorAgeFilesLines
Lines
* Finally upgrade to 2.6.0p2.kuriyama2009-01-051-1/+0
* - Fix SSH option and openssl related scripts [1].kuriyama2008-07-251-1/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* Quick fix for broken client.kuriyama2007-02-151-1/+1
* - Upgrade to 2.5.0p2.kuriyama2006-06-101-1/+1
* Fix incorrect $PORTNAME usage.kuriyama2006-03-221-1/+1
* Bump PORTREVISIONmnag2005-10-141-2/+4
* Update to 2.4.5jeh2005-05-051-1/+1
* GNUTAR_LISTDIR was partialaly a variable and partially hardcodedjeh2004-11-161-1/+1
* As pointed out in PR ports/73956, even if a user and/or group was specifiedjeh2004-11-151-1/+1
* Upgrade to 2.4.4p4jeh2004-11-091-1/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* * Create the directory ${PREFIX}/var/amanda/gnutar-lists and make operatorjeh2003-11-161-1/+1
* Finally remove the dependancy on GTARjeh2003-07-171-1/+1
* More manual pkg-comment cleanups.ade2003-03-071-1/+1
* Convert COMMENT to COMMENTFILE until these ports can be converted.kris2003-02-101-1/+1
* Revive amanda-client and amanda-server. These are not the oldnectar2002-05-241-0/+18
* Remove old amanda ports. They are no longer supported or maintained.nectar2002-05-241-18/+0
* Upgrade to 2.4.3b2.jeh2002-01-111-1/+1
* Add patch-example::amanda.conf.in to patch a simple error in anjeh2001-12-081-1/+1
* Fix PLIST errors.jeh2001-12-041-1/+1