From 5f228d1144c5c6d4f65f89c733d500697fee86e0 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Sun, 30 Aug 1998 01:30:00 +0000 Subject: It helps to add the new files - Federico svn path=/trunk/; revision=352 --- calendar/mark.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 calendar/mark.h (limited to 'calendar/mark.h') diff --git a/calendar/mark.h b/calendar/mark.h new file mode 100644 index 0000000000..9ffafe20a7 --- /dev/null +++ b/calendar/mark.h @@ -0,0 +1,24 @@ +/* Functions to mark calendars + * + * Copyright (C) 1998 Red Hat Software, Inc. + * + * Author: Federico Mena + */ + +#ifndef MARK_H +#define MARK_H + +#include "calendar.h" +#include "gnome-month-item.h" + + +/* Takes a monthly calendar item and marks the days that have events scheduled for them in the + * specified calendar. It also highlights the current day. + */ +void mark_month_item (GnomeMonthItem *mitem, Calendar *cal); + +/* Unmarks all the days in the specified month item */ +void unmark_month_item (GnomeMonthItem *mitem); + + +#endif -- cgit v1.2.3