/* Week view display for gncal * * Copyright (C) 1998 The Free Software Foundation * * Author: Federico Mena */ #ifndef WEEK_VIEW_H #define WEEK_VIEW_H #include #include "gnome-cal.h" BEGIN_GNOME_DECLS #define TYPE_WEEK_VIEW (week_view_get_type ()) #define WEEK_VIEW(obj) (GTK_CHECK_CAST ((obj), TYPE_WEEK_VIEW, WeekView)) #define WEEK_VIEW_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), TYPE_WEEK_VIEW, WeekViewClass)) #define IS_WEEK_VIEW(obj) (GTK_CHECK_TYPE ((obj), TYPE_WEEK_VIEW)) #define IS_WEEK_VIEW_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), TYPE_WEEK_VIEW)) typedef struct _WeekView WeekView; typedef struct _WeekViewClass WeekViewClass; struct _WeekView { GnomeCanvas canvas; GnomeCalendar *calendar; /* The calendar we are associated to */ time_t week; /* Start of the week we are viewing */ GnomeCanvasItem *title; /* The title of the week view */ }; struct _WeekViewClass { GnomeCanvasClass parent_class; }; /* Standard Gtk function */ GtkType week_view_get_type (void); /* Creates a new week view associated to the specified calendar */ GtkWidget *week_view_new (GnomeCalendar *calendar, time_t week); /* Notifies the week view that a calendar object has changed */ void week_view_update (WeekView *wv, iCalObject *ico, int flags); /* Notifies the week view about a change of date */ void week_view_set (WeekView *wv, time_t week); /* Notifies the week view that the time format has changed */ void week_view_time_format_changed (WeekView *wv); /* Notifies the week view that the colors have changed */ void week_view_colors_changed (WeekView *wv); END_GNOME_DECLS #endif t/npm_and_yarn/devel/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change my maintainer emaildmgk2019-09-171-1/+1
* misc/liblxi: Update 1.12 -> 1.13yuri2018-05-072-4/+4
* misc/liblxi: Update to 1.12yuri2018-03-162-4/+4
* Update to 1.11sunpoet2018-02-092-4/+4
* misc/liblxi: Update to 1.10yuri2018-01-302-5/+4
* Do not abuse INSTALL_MAN when installing documentation, examples, anddanfe2018-01-11