aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/event-editor.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-05-22 06:40:15 +0800
committernobody <nobody@localhost>2000-05-22 06:40:15 +0800
commitde2d358926885856d43a5f53aecb3739a9b5f3c8 (patch)
tree70ea22d6a4da2e07bedfe85a5cddc5e7ad0a1246 /calendar/gui/event-editor.h
parent3f5d9cb60827ca2a5e032e95aa241cc8376ab46f (diff)
downloadgsoc2013-evolution-gnomoku-0_3.tar
gsoc2013-evolution-gnomoku-0_3.tar.gz
gsoc2013-evolution-gnomoku-0_3.tar.bz2
gsoc2013-evolution-gnomoku-0_3.tar.lz
gsoc2013-evolution-gnomoku-0_3.tar.xz
gsoc2013-evolution-gnomoku-0_3.tar.zst
gsoc2013-evolution-gnomoku-0_3.zip
This commit was manufactured by cvs2svn to create tag 'gnomoku-0_3'.gnomoku-0_3
svn path=/tags/gnomoku-0_3/; revision=3161
Diffstat (limited to 'calendar/gui/event-editor.h')
-rw-r--r--calendar/gui/event-editor.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/calendar/gui/event-editor.h b/calendar/gui/event-editor.h
deleted file mode 100644
index 05de9aad38..0000000000
--- a/calendar/gui/event-editor.h
+++ /dev/null
@@ -1,42 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-
-#ifndef __EVENT_EDITOR_DIALOG_H__
-#define __EVENT_EDITOR_DIALOG_H__
-
-#include "gnome-cal.h"
-#include <glade/glade.h>
-#include <libgnomeui/gnome-dialog.h>
-
-typedef struct {
-
- /* The associated ical object */
- iCalObject *ical;
-
- /* The calendar owner of this event */
- GnomeCalendar *gnome_cal;
-
- /*
- char *description;
- char *host;
- int port;
- char *rootdn;
- */
-} EventEditor;
-
-
-GtkWidget *event_editor_new (GnomeCalendar *owner, iCalObject *ico);
-
-/* Convenience function to create and show a new event editor for an
- * event that goes from day_begin to day_end of the specified day.
- */
-void event_editor_new_whole_day (GnomeCalendar *owner, time_t day);
-
-GtkWidget *make_date_edit (void);
-GtkWidget *make_date_edit_with_time (void);
-GtkWidget *date_edit_new (time_t the_time, int show_time);
-
-GtkWidget *make_spin_button (int val, int low, int high);
-
-
-
-#endif /* __EVENT_EDITOR_DIALOG_H__ */