| Class | Fox::FXCalendar |
| In: |
lib/fox12/calendar.rb
|
| Parent: | FXVerticalFrame |
Calendar widget
The following messages are sent by FXCalendar to its target:
| SEL_COMMAND: | sent when a day button is clicked; the message data is a Time object indicating the selected date |
| CALENDAR_NORMAL: | normal display mode |
| CALENDAR_READONLY: | read-only mode |
| DAYS | = | ['SUN', 'MON', 'TUE', 'WED', 'THU', 'FRI', 'SAT'] |
| dayLabelFont | [R] | Font used for days [FXFont] |
| selected | [R] | Currently selected date [Time] |