aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-dateedit.h
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-08-17 07:25:45 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-08-17 07:25:45 +0800
commita7da845f7f90ea4be385b10ef8f9001c3ceebce9 (patch)
treeb4934522920aad08ec17cb97afa0ecb01063cdff /widgets/misc/e-dateedit.h
parentfc8a71b59e5d130ec943045f7e149651eb1b4572 (diff)
downloadgsoc2013-evolution-a7da845f7f90ea4be385b10ef8f9001c3ceebce9.tar
gsoc2013-evolution-a7da845f7f90ea4be385b10ef8f9001c3ceebce9.tar.gz
gsoc2013-evolution-a7da845f7f90ea4be385b10ef8f9001c3ceebce9.tar.bz2
gsoc2013-evolution-a7da845f7f90ea4be385b10ef8f9001c3ceebce9.tar.lz
gsoc2013-evolution-a7da845f7f90ea4be385b10ef8f9001c3ceebce9.tar.xz
gsoc2013-evolution-a7da845f7f90ea4be385b10ef8f9001c3ceebce9.tar.zst
gsoc2013-evolution-a7da845f7f90ea4be385b10ef8f9001c3ceebce9.zip
added e_date_edit_get/set_make_time_insensitive() which makes the time
2001-08-16 Damon Chaplin <damon@ximian.com> * e-dateedit.c: added e_date_edit_get/set_make_time_insensitive() which makes the time field insensitive rather than hiding it. I'm not sure we're going to actually use this now, though. svn path=/trunk/; revision=12135
Diffstat (limited to 'widgets/misc/e-dateedit.h')
-rw-r--r--widgets/misc/e-dateedit.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/misc/e-dateedit.h b/widgets/misc/e-dateedit.h
index 022cf1fd5f..61d2b1858d 100644
--- a/widgets/misc/e-dateedit.h
+++ b/widgets/misc/e-dateedit.h
@@ -154,6 +154,12 @@ void e_date_edit_set_time_popup_range (EDateEdit *dedit,
gint lower_hour,
gint upper_hour);
+/* Whether the time field is made insensitive rather than hiding it. */
+gboolean e_date_edit_get_make_time_insensitive(EDateEdit *dedit);
+void e_date_edit_set_make_time_insensitive(EDateEdit *dedit,
+ gboolean make_insensitive);
+
+
/* Sets a callback to use to get the current time. This is useful if the
application needs to use its own timezone data rather than rely on the
Unix timezone. */