Class Fox::FXCalendar
In: lib/fox12/calendar.rb
Parent: FXVerticalFrame

Calendar widget

Events

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 options

CALENDAR_NORMAL:normal display mode
CALENDAR_READONLY:read-only mode

Methods

Constants

DAYS = ['SUN', 'MON', 'TUE', 'WED', 'THU', 'FRI', 'SAT']

Attributes

dayLabelFont  [R]  Font used for days [FXFont]
selected  [R]  Currently selected date [Time]

Public Class methods

Public Instance methods

Change the font used for the days of the weeks

Return the current header background color

Set the header background color

Return the current header text color

Set the header text color

[Validate]