aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/event-editor-utils.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-05-29 23:42:50 +0800
committernobody <nobody@localhost>2000-05-29 23:42:50 +0800
commit5b2764be1af7b1a4aa2e027c71697883abe3afed (patch)
tree47f7d2447d64eb8e27296917d78b128ddf21cde1 /calendar/gui/event-editor-utils.h
parentccb665a0262b51c92ca5a54a074dda0dec91a573 (diff)
downloadgsoc2013-evolution-G.tar
gsoc2013-evolution-G.tar.gz
gsoc2013-evolution-G.tar.bz2
gsoc2013-evolution-G.tar.lz
gsoc2013-evolution-G.tar.xz
gsoc2013-evolution-G.tar.zst
gsoc2013-evolution-G.zip
This commit was manufactured by cvs2svn to create tag 'G'.G
svn path=/tags/G/; revision=3261
Diffstat (limited to 'calendar/gui/event-editor-utils.h')
-rw-r--r--calendar/gui/event-editor-utils.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/calendar/gui/event-editor-utils.h b/calendar/gui/event-editor-utils.h
deleted file mode 100644
index 61631028db..0000000000
--- a/calendar/gui/event-editor-utils.h
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-#include "gnome-cal.h"
-#include <glade/glade.h>
-//#include <cal-util/timeutil.h>
-
-void store_to_editable (GladeXML *gui, char *widget_name, gchar *content);
-void store_to_toggle (GladeXML *gui, char *widget_name, gboolean content);
-void store_to_spin (GladeXML *gui, char *widget_name, gint content);
-void store_to_alarm_unit (GladeXML *gui, char *widget_name,
- enum AlarmUnit content);
-void store_to_option (GladeXML *gui, char *widget_name, gint content);
-void store_to_gnome_dateedit (GladeXML *gui, char *widget_name,
- time_t content);
-
-
-gchar *extract_from_editable (GladeXML *gui, char *widget_name);
-gboolean extract_from_toggle (GladeXML *gui, char *widget_name);
-gint extract_from_spin (GladeXML *gui, char *widget_name);
-enum AlarmUnit extract_from_alarm_unit (GladeXML *gui, char *widget_name);
-guint extract_from_option (GladeXML *gui, char *widget_name);
-time_t extract_from_gnome_dateedit (GladeXML *gui, char *widget_name);