From 1febeef6becb09f0b6838e3e6850fb7d1e538396 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Tue, 10 Oct 2000 00:18:07 +0000 Subject: Added the executive-summary library and cflags 2000-10-09 Iain Holmes * Makefile.am: Added the executive-summary library and cflags * evolution-calendar.oafinfo: Added oaf servers for the executive summary and executive summary factory. * calendar-summary.[ch]: New files to create the summary. * component-factory.c (summary_fn): Create the executive summary component. (component_factory_init): Start the summary factory as well. svn path=/trunk/; revision=5807 --- calendar/gui/calendar-summary.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 calendar/gui/calendar-summary.h (limited to 'calendar/gui/calendar-summary.h') diff --git a/calendar/gui/calendar-summary.h b/calendar/gui/calendar-summary.h new file mode 100644 index 0000000000..8e21262db3 --- /dev/null +++ b/calendar/gui/calendar-summary.h @@ -0,0 +1,32 @@ +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* calendar-summary.c + * + * Authors: Iain Holmes + * + * Copyright (C) 2000 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. + */ + +#ifndef CALENDAR_SUMMARY_H +#define CALENDAR_SUMMARY_H + +char * create_summary_view (ExecutiveSummaryComponent *component, + char **title, + char **icon, + void *closure); + +#endif -- cgit v1.2.3