Module dui.Calendar
Constructor Summary | |
---|---|
public |
(GtkWidget* gtkWidget) |
public |
(char title) Creates a new calandar widget witha title |
Methods Summary | |
---|---|
bit |
selectMonth(guint month, guint year) Select a month |
void |
selectDay(guint day) Select a day |
bit |
markDay(guint day) Marks the day |
bit |
unmarkDay(guint day) Unmarks the day |
void |
clearMarks() Clear all marks |
void |
displayOptions(CalendarDisplayOptions flags) Set the display options |
void |
getDate(guint* year, guint* month, guint* day) Gets the date |
void |
freeze() Freezes this calendar |
void |
thaw() Thaws this calendar |