Method

Gtk.Calendar.get_day_is_marked

Declaration [src]

gboolean
gtk_calendar_get_day_is_marked (
  GtkCalendar* calendar,
  guint day
)

Description [src]

Returns if the day of the calendar is already marked.

Parameters

day guint
 

the day number between 1 and 31.

Return value

Returns: gboolean

whether the day is marked.