Top | ![]() |
![]() |
![]() |
![]() |
void | gcal_month_view_set_first_weekday () |
void | gcal_month_view_set_use_24h_format () |
void | gcal_month_view_set_manager () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GcalSubscriberView ╰── GcalMonthView
void gcal_month_view_set_first_weekday (GcalMonthView *self
,gint day_nr
);
Set the first day of the week according to the locale, being 0 for Sunday, 1 for Monday and so on.
void gcal_month_view_set_use_24h_format (GcalMonthView *self
,gboolean use_24h
);
Whether the view will show time using 24h or 12h format
void gcal_month_view_set_manager (GcalMonthView *self
,GcalManager *manager
);