File 'clock/dayBrowse.cls' (part of 'Pool_Clock')
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
Class 'dayBrowser'
- -onwrap
- Script to evaluate in the case of a wrap around, either at the start or the end of the month. The evaluation takes place before the execution of valueManager:command. A single argument is appended before the actual evaluation, it specifies the direction of the wrap. Possible values are 'up' (wrap 12 -> 1) and 'down' (wrap 1->12). A possible use is the modification of an associated yearBrowser.
- -month
- External month/year information (in format mm/yyyy) to control the appearance of the widget.
- -heading
- Color to mark header row.
default value: black
- -sunday
- Color to mark sundays.
default value: red
- -weekno
- Color to mark week numbers
default value: black
- -dayrelief
- Relief of button associated to currently chosen day
default value: sunken
OnWrap (direction)
|
|
Argument: direction
|
direction of wrap, one 'up' or 'down' respectively.
|
RefreshDay (storeChange day)
|
|
Argument: storeChange
|
1 if called by day button day. This requires propagation of the new value to all internal data structures. 0 makes internal changes visible to the user, by changing the appearance of the buttons.
|
Argument: day
|
Relevant for storeChange=1, index of activated button.
|
TrackDayrelief (o oldValue)
|
|
Argument: o
|
The name of the changed option, always '-dayrelief'.
|
Argument: oldValue
|
The old value of the option.
|
TrackHeading (o oldValue)
|
|
Argument: o
|
The name of the changed option, always '-heading'.
|
Argument: oldValue
|
The old value of the option.
|
TrackMonth (o oldValue)
|
|
Argument: o
|
The name of the changed option, always '-month'.
|
Argument: oldValue
|
The old value of the option.
|
TrackSunday (o oldValue)
|
|
Argument: o
|
The name of the changed option, always '-sunday'.
|
Argument: oldValue
|
The old value of the option.
|
TrackWeekno (o oldValue)
|
|
Argument: o
|
The name of the changed option, always '-weekno'.
|
Argument: oldValue
|
The old value of the option.
|
setBindingsTo (w)
|
|
Argument: w
|
The widget the accelerators are added to.
|
- m
- Derived information, he month part of dayBrowser:month.
- y
- Derived information, he year part of dayBrowser:month.
- monlen
- Derived information, the length of the specified dayBrowser:month.
- offset
- Offset of first day in month into the day-area. Alternative description: Difference between day and number of associated button.
- chosen
- Index of chosen button for chosen day.
initial value: -1
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
Generated by AutoDoc 2.4 at 09/14/2000, invoked by Andreas Kupries