Method

GtkCalendarget_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.