diff options
author | Damon Chaplin <damon@helixcode.com> | 2000-11-27 07:10:17 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2000-11-27 07:10:17 +0800 |
commit | cc432378790ce854441f9fa630448fc7733bd484 (patch) | |
tree | 5f32a2b505ae61c534c71cb0ee902b0be6275e86 /widgets/misc/e-calendar-item.h | |
parent | b526e3dc17ff35b5d9d04f8102a8c264c0861619 (diff) | |
download | gsoc2013-evolution-cc432378790ce854441f9fa630448fc7733bd484.tar.gz gsoc2013-evolution-cc432378790ce854441f9fa630448fc7733bd484.tar.zst gsoc2013-evolution-cc432378790ce854441f9fa630448fc7733bd484.zip |
updated to emit "changed" when appropriate, which turned out to be
2000-10-26 Damon Chaplin <damon@helixcode.com>
* e-dateedit.[hc]: updated to emit "changed" when appropriate, which
turned out to be amazingly difficult :(
Also added e_date_edit_get/set_date() to get/set just the date.
Added e_date_edit_date_is_valid() & e_date_edit_time_is_valid() so
you can check if the user has tried to enter an invalid date.
(All the get_date/time functions return the last valid date entered.)
* test-dateedit.c: updated a bit.
svn path=/trunk/; revision=6672
Diffstat (limited to 'widgets/misc/e-calendar-item.h')
-rw-r--r-- | widgets/misc/e-calendar-item.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-calendar-item.h b/widgets/misc/e-calendar-item.h index 5708daa6ce..a5a871228a 100644 --- a/widgets/misc/e-calendar-item.h +++ b/widgets/misc/e-calendar-item.h @@ -221,6 +221,8 @@ struct _ECalendarItemClass GtkType e_calendar_item_get_type (void); +/* FIXME: months are 0-11 throughout, but 1-12 may be better. */ + void e_calendar_item_get_first_month (ECalendarItem *calitem, gint *year, gint *month); |