diff options
author | nobody <nobody@localhost> | 2000-05-16 11:43:44 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-05-16 11:43:44 +0800 |
commit | e22bbf6de993fd3aa205514efb130a7dc3b3bc05 (patch) | |
tree | 70ea22d6a4da2e07bedfe85a5cddc5e7ad0a1246 /calendar/gui/event-editor.h | |
parent | 40b6141cfe1649f685e49ebd81cfd4baf0baeedf (diff) | |
download | gsoc2013-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.h | 41 |
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__ */ |