aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/view-utils.h
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2000-05-06 18:56:58 +0800
committerDamon Chaplin <damon@src.gnome.org>2000-05-06 18:56:58 +0800
commitc827b0e2b1199d1808fef231e2f79af75dac1234 (patch)
treec76a2d6ba32216e3fbc6f8ad51b331fb62f20a9c /calendar/gui/view-utils.h
parentab3408927461d33221119be8f7cb2884f0b0eb05 (diff)
downloadgsoc2013-evolution-c827b0e2b1199d1808fef231e2f79af75dac1234.tar
gsoc2013-evolution-c827b0e2b1199d1808fef231e2f79af75dac1234.tar.gz
gsoc2013-evolution-c827b0e2b1199d1808fef231e2f79af75dac1234.tar.bz2
gsoc2013-evolution-c827b0e2b1199d1808fef231e2f79af75dac1234.tar.lz
gsoc2013-evolution-c827b0e2b1199d1808fef231e2f79af75dac1234.tar.xz
gsoc2013-evolution-c827b0e2b1199d1808fef231e2f79af75dac1234.tar.zst
gsoc2013-evolution-c827b0e2b1199d1808fef231e2f79af75dac1234.zip
removed old calendar view files.
2000-05-06 Damon Chaplin <damon@helixcode.com> * gui/gncal-day-panel.[hc]: * gui/gncal-day-view.[hc]: * gui/gncal-full-day.[hc]: * gui/gncal-week-view.[hc]: * gui/layout.[hc]: * gui/view-utils.[hc]: removed old calendar view files. svn path=/trunk/; revision=2825
Diffstat (limited to 'calendar/gui/view-utils.h')
-rw-r--r--calendar/gui/view-utils.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/calendar/gui/view-utils.h b/calendar/gui/view-utils.h
deleted file mode 100644
index af9f52fec1..0000000000
--- a/calendar/gui/view-utils.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Miscellaneous utility functions for the calendar view widgets
- *
- * Copyright (C) 1998 The Free Software Foundation
- *
- * Author: Federico Mena <quartic@gimp.org>
- */
-
-#ifndef VIEW_UTILS_H
-#define VIEW_UTILS_H
-
-
-#include <gtk/gtk.h>
-#include <cal-util/calobj.h>
-
-
-enum {
- VIEW_UTILS_DRAW_END = 1 << 0,
- VIEW_UTILS_DRAW_SPLIT = 1 << 1
-};
-
-
-void view_utils_draw_events (GtkWidget *widget, GdkWindow *window, GdkGC *gc, GdkRectangle *area,
- int flags, GList *events, time_t start, time_t end);
-
-void view_utils_draw_textured_frame (GtkWidget *widget, GdkWindow *window, GdkRectangle *rect, GtkShadowType shadow);
-
-
-#endif