Inheritance diagram for Calendar:
This is not a top level widget (it's not a dialog)
Public Member Functions | |
this (char[] title) | |
Creates a new calandar widget witha title. | |
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. |
|
Clear all marks.
|
|
Set the display options.
|
|
Freezes this calendar.
|
|
Gets the date.
|
|
Marks the day.
|
|
Select a day.
|
|
Select a month.
|
|
Thaws this calendar.
|
|
Creates a new calandar widget witha title.
|
|
Unmarks the day.
|