From 1596825b7da24002e23d90a236d6def417d7dd58 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 11 Aug 1998 04:22:05 +0000 Subject: Start of the month view widget. This will use the generic month item and 1998-08-10 Federico Mena Quintero * month-view.[ch]: Start of the month view widget. This will use the generic month item and extend it to have the semantics desired for the gnomecal month view. * gnome-month-item.[ch]: New generic canvas item for the month view and the "small calendars". This is intended to be a high-level display engine for monthly calendars. This is a work in progress. * gnome-cal.h (GnomeCalendar): Added a month_view field. * gnome-cal.c (setup_widgets): Create the month view and insert it into the notebook. * Makefile.am: Added month-view.[ch] and gnome-month-item.[ch] to the sources. svn path=/trunk/; revision=307 --- calendar/gnome-cal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/gnome-cal.h') diff --git a/calendar/gnome-cal.h b/calendar/gnome-cal.h index 52ce26eaf9..ec1290a652 100644 --- a/calendar/gnome-cal.h +++ b/calendar/gnome-cal.h @@ -10,6 +10,7 @@ #include #include +#include #include "calendar.h" @@ -27,6 +28,7 @@ typedef struct { GtkWidget *notebook; GtkWidget *day_view; GtkWidget *week_view; + GtkWidget *month_view; GtkWidget *year_view; GtkWidget *task_view; void *event_editor; -- cgit v1.2.3