Method

GtkCalendarselect_day

Declaration [src]

void
gtk_calendar_select_day (
  GtkCalendar* self,
  GDateTime* date
)

Description [src]

Switches to dates year and month and select its day.

Parameters

date

Type: GDateTime

A GDateTime representing the day to select.

The data is owned by the caller of the method.