From a7da845f7f90ea4be385b10ef8f9001c3ceebce9 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Thu, 16 Aug 2001 23:25:45 +0000 Subject: added e_date_edit_get/set_make_time_insensitive() which makes the time 2001-08-16 Damon Chaplin * 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 --- widgets/misc/e-dateedit.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'widgets/misc/e-dateedit.h') 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. */ -- cgit v1.2.3