/* Day view widget for gncal * * Copyright (C) 1998 The Free Software Foundation * * Author: Federico Mena */ #ifndef GNCAL_DAY_VIEW_H #define GNCAL_DAY_VIEW_H #include #include #include "gnome-cal.h" BEGIN_GNOME_DECLS #define GNCAL_DAY_VIEW(obj) GTK_CHECK_CAST (obj, gncal_day_view_get_type (), GncalDayView) #define GNCAL_DAY_VIEW_CLASS(klass) GTK_CHECK_CLASS_CAST (klass, gncal_day_view_get_type (), GncalDayViewClass) #define GNCAL_IS_DAY_VIEW(obj) GTK_CHECK_TYPE (obj, gncal_day_view_get_type ()) typedef struct _GncalDayView GncalDayView; typedef struct _GncalDayViewClass GncalDayViewClass; struct _GncalDayView { GtkWidget widget; GnomeCalendar *calendar;/* the calendar we are associated to */ time_t lower; /* lower and upper times to display */ time_t upper; /* these include the full day */ char *day_str; /* what day is it? */ GList *events; /* the events for the this day */ GtkShadowType shadow_type; }; struct _GncalDayViewClass { GtkWidgetClass parent_class; }; guint gncal_day_view_get_type (void); GtkWidget *gncal_day_view_new (GnomeCalendar *calendar, time_t lower, time_t upper); void gncal_day_view_update (GncalDayView *dview, iCalObject *ico, int flags); void gncal_day_view_set_bounds (GncalDayView *dview, time_t lower, time_t upper); void gncal_day_view_set_shadow (GncalDayView *dview, GtkShadowType shadow_type); END_GNOME_DECLS #endif 'dependabot/npm_and_yarn/devel/electron4/files/bl-1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Allow users to redefine an update target.sem2009-10-221-0/+2
* - bsd.port.mk - Remove ${INDEXDIR}/${INDEXFILE}.bz2 after fetchindex is bein...miwi2009-08-231-1/+1
* Major optimizations for 'make index' and other recursive traversalkris2008-07-201-1/+11
* Remove obsolete anti-foot-shooting measure that tried to force youlinimon2007-09-271-3/+0
* The default method for 'make update' is now portsnap. Previously,linimon2007-05-251-8/+14
* When setting INDEX_PRISTINE, also set USE_NONDEFAULT_X11BASE toerwin2007-05-201-0/+1
* Add new category x11-driverspav2007-05-201-0/+1
* Add two missing dollars.ru2007-02-261-2/+2
* - Introduce a new ports category ports-mgmt: Ports for managing, installing andpav2007-01-311-0/+1
* bsd.port.mkpav2007-01-311-0/+4
* - Fix the make_index script if PORTSDIR is a path which contains akris2006-02-111-3/+3
* - Fix possibility of "infinite make fork" when "Registering install for ..."linimon2006-01-281-11/+17
* Split "portsnap fetch update" into "portsnap fetch" and "portsnap update"cperciva2006-01-251-1/+2
* - Fix 'all-depends-list' target in cases if dependencies list iskrion2006-01-221-2/+9
* MFsrc: Show stray files during "cvs update".ru2005-12-241-1/+1
* - Create a new category, net-im, for instant messaging applications.pav2005-11-081-0/+1
* Introduce new variable MASTER_SITE_INDEX, to allow mirroring ofkrion2004-12-171-1/+2
* As previously announced, remove ports/picobsd/ssh-picobsd due to long-linimon2004-11-291-1/+0
* Allow to override fetch option by $FETCHINDEX variable.kuriyama2004-11-161-1/+2
* - In fetchindex target:pav2004-11-161-1/+1
* * Be even more explicit about partial ports trees being unsupportedkris2004-07-141-17/+12
* Be more explicit about INDEX builds not being supported with partialkris2004-06-121-4/+5
* * Support verbose index builds with INDEX_VERBOSE [1]kris2004-06-101-2/+10
* Add "fetchindex" target. It fetches the recent index file (INDEX _or_netchild2004-05-251-0/+3
* - Allow processing of info files in non-standard locations; thekris2004-04-021-11/+35
* Say hello to the new "net-mgmt" category. There are probably morewollman2004-02-231-0/+1
* Tie x11-themes into the build now that it contains some ports.marcus2004-02-201-0/+1
* Tie accessibility to the build now that it has some ports.marcus2004-01-221-0/+1
* Tie arabic to the build now that it has some ports.marcus2003-11-091-0/+1
* Tie the dns category to the build now that it has some ports.marcus2003-08-301-0/+1
* Connect polish to the buildarved2003-08-191-0/+1
* Define the default SUP program to be cvsup.joe2003-07-121-0/+1
* With CVS_UPDATE, use read-only repository mode by default.ru2003-03-061-1/+1
* In a spirit of src/Makefile.inc1,v 1.142, get rid of "sticky"ru2003-03-051-1/+1
* Correct the bug in 'make index' that failed to substitute back thekris2003-02-241-1/+1
* I committed from the wrong tree, and the patch had a missingkris2002-12-051-1/+1
* Add the INDEXFILE variable, that defaults to INDEX-5 on 5.0 (500036) andkris2002-12-051-12/+12
* Merge in some changes from Tools/portbuild/scripts/makeindex: setkris2002-12-011-5/+8
* Add several new real categories.knu2002-11-181-0/+4
* Switch back to .tgz packages for 'parallel' target.kris2002-10-021-1/+1