From bfa2f69ce5eb69f46106e443d793a732215259a4 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Sun, 24 Sep 2000 16:16:20 +0000 Subject: use pixmaps instead of GtkArrows to look better. Also set the canvas 2000-09-23 Damon Chaplin * e-calendar.c: use pixmaps instead of GtkArrows to look better. Also set the canvas window's background when realized so that we can set the button reliefs to none. 2000-09-22 Damon Chaplin * test-dateedit.c: updated a bit, adding a few EDateEdits with different options. * e-calendar-item.c (e_calendar_item_set_selection): aborted any current selection operation and initialize all of the selection fields. (e_calendar_item_unmap): new function to abort any current selection operation. Otherwise GnomeCanvas gets in a muddle about grabs. * e-dateedit.c: marked some strftime()/strptime() format strings for translation and used "%m/%d/%Y" instead of "%x" so we get the complete year number. Also changed e_date_edit_get_time() so it returns -2 if it can't parse the date or time, and -1 if it is explicitly set to None. (e_date_edit_parse_date): new function to parse the date string and add on the current century if a year of 0-99 is entered. 2000-09-21 Damon Chaplin * e-dateedit.c (on_date_button_clicked): only check return of strptime for NULL. It should now select the correct day set in the popup. * e-calendar.c: * e-calendar-item.c: * test-calendar.c: removed support for buttons within the ECalendar. It is cleaner to add them outside it, as EDateEdit does. svn path=/trunk/; revision=5561 --- widgets/misc/e-calendar.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'widgets/misc/e-calendar.h') diff --git a/widgets/misc/e-calendar.h b/widgets/misc/e-calendar.h index 5411a6c979..417b90d630 100644 --- a/widgets/misc/e-calendar.h +++ b/widgets/misc/e-calendar.h @@ -54,12 +54,6 @@ struct _ECalendar ECalendarItem *calitem; - GtkWidget *today_button; - GtkWidget *none_button; - - GnomeCanvasItem *today_button_item; - GnomeCanvasItem *none_button_item; - GnomeCanvasItem *prev_item; GnomeCanvasItem *next_item; @@ -100,12 +94,6 @@ void e_calendar_get_border_size (ECalendar *cal, gint *left, gint *right); -/* Set which, if any, of the buttons to show beneath the month displays. - You must connect to the button's clicked signal and perform the - required action yourself. */ -void e_calendar_set_buttons (ECalendar *cal, - gboolean show_today_button, - gboolean show_none_button); #ifdef __cplusplus } -- cgit v1.2.3