aboutsummaryrefslogtreecommitdiffstats
*
Add wmfsm 0.31, displays filesystem usage of mountpoints in a nicesobomax2001-02-057-0/+100
time_t upper; /* these include the full day */ char *day_str; /* what day is it? */ GList *events; /* the events for the this day */ GtkShadowType shadow_type; }; struct _GncalDayViewClass { GtkWidgetClass parent_class; }; guint gncal_day_view_get_type (void); GtkWidget *gncal_day_view_new (GnomeCalendar *calendar, time_t lower, time_t upper); void gncal_day_view_update (GncalDayView *dview, iCalObject *ico, int flags); void gncal_day_view_set_bounds (GncalDayView *dview, time_t lower, time_t upper); void gncal_day_view_set_shadow (GncalDayView *dview, GtkShadowType shadow_type); END_GNOME_DECLS #endif