aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/event-editor.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-05-16 11:43:44 +0800
committernobody <nobody@localhost>2000-05-16 11:43:44 +0800
commite22bbf6de993fd3aa205514efb130a7dc3b3bc05 (patch)
tree70ea22d6a4da2e07bedfe85a5cddc5e7ad0a1246 /calendar/gui/event-editor.h
parent40b6141cfe1649f685e49ebd81cfd4baf0baeedf (diff)
downloadgsoc2013-evolution-LIBGLADE_0_13.tar.gz
gsoc2013-evolution-LIBGLADE_0_13.tar.zst
gsoc2013-evolution-LIBGLADE_0_13.zip
This commit was manufactured by cvs2svn to create tagLIBGLADE_0_13
'LIBGLADE_0_13'. svn path=/tags/LIBGLADE_0_13/; revision=3060
Diffstat (limited to 'calendar/gui/event-editor.h')
-rw-r--r--calendar/gui/event-editor.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/calendar/gui/event-editor.h b/calendar/gui/event-editor.h
deleted file mode 100644
index 3cd00e9604..0000000000
--- a/calendar/gui/event-editor.h
+++ /dev/null
@@ -1,41 +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 *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__ */