Top | ![]() |
![]() |
![]() |
![]() |
void | gcal_view_set_date () |
icaltimetype * | gcal_view_get_date () |
void | gcal_view_clear_marks () |
GList * | gcal_view_get_children_by_uuid () |
void gcal_view_set_date (GcalView *view
,icaltimetype *date
);
Sets the date of view
.
icaltimetype *
gcal_view_get_date (GcalView *view
);
Retrieves the date of view
.
void
gcal_view_clear_marks (GcalView *view
);
Clear any marking the view had drawn
struct GcalViewInterface { GTypeInterface parent; /* signals */ void (*create_event) (GcalView *view, icaltimetype *start_span, icaltimetype *end_span, gdouble x, gdouble y); void (*create_event_detailed) (GcalView *view, icaltimetype *start_span, icaltimetype *end_span); icaltimetype* (*get_date) (GcalView *view); void (*set_date) (GcalView *view, icaltimetype *date); /* Marks related API */ void (*clear_marks) (GcalView *view); GList* (*get_children_by_uuid) (GcalView *view, GcalRecurrenceModType mod, const gchar *uuid); };
“active-date”
property “active-date” icaltimetype *
The active/selecetd date in the view.
Flags: Read / Write