Home | Packages | Files | Procedures | Classes | Keywords | External packages
GetOffset () | ||
Internal method. Computes the weekday associated to the first day in a month. This is used to correctly indent the topmost row of day buttons. |
OnWrap (direction) | ||
Propagates wraparound events, if possible | ||
Argument: direction | direction of wrap, one 'up' or 'down' respectively. |
RefreshDay (storeChange day) | ||
Refreshes the day buttons after a change of the current value. | ||
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. |
RefreshDisplay () | ||
Refreshes the area containing the day buttons according to changes in day, month or year. |
TrackDayrelief (o oldValue) | ||
Executed whenever the relief of the buttons is set. | ||
Argument: o | The name of the changed option, always '-dayrelief'. | |
Argument: oldValue | The old value of the option. |
TrackHeading (o oldValue) | ||
Executed whenever the color of the heading is changed. | ||
Argument: o | The name of the changed option, always '-heading'. | |
Argument: oldValue | The old value of the option. |
TrackMonth (o oldValue) | ||
Executed every time the month/year information is changed. | ||
Argument: o | The name of the changed option, always '-month'. | |
Argument: oldValue | The old value of the option. |
TrackSunday (o oldValue) | ||
Executed whenever the color of the sunday column requires a refresh. | ||
Argument: o | The name of the changed option, always '-sunday'. | |
Argument: oldValue | The old value of the option. |
TrackWeekno (o oldValue) | ||
Executed whenever the color of the weeknumber column requires a refresh. | ||
Argument: o | The name of the changed option, always '-weekno'. | |
Argument: oldValue | The old value of the option. |
createSubwidgets () | ||
Called by the framework to generate the subwidgets and their layout. |
dayBrowser () | ||
Initializes the value to the current day if not set already by the user. Initializes the month/year information to the current month/year if not already set by the user. |
downOne () | ||
Decrements chosen day by one. Touching the lower bound triggers a wrap-around to the highest value possible. This event might be propagated. |
downSeven () | ||
Increments chosen day by seven (ahead a week). Touching the upper bound triggers a wrap-around. This event might be propagated. |
setBindings () | ||
Adds various keyboard accelerators to the daybrowser. |
setBindingsTo (w) | ||
Adds various keyboard accelerators to the given widget. | ||
Argument: w | The widget the accelerators are added to. |
upOne () | ||
Increments the chosen day by one. Touching the upper bound triggers a wrap-around to the lowest value possible. This event might be propagated. |
upSeven () | ||
Decrements chosen day by seven (back a week). Touching the lower bound triggers a wrap-around. This event might be propagated. |
updateDisplay () | ||
Method required by the superclass valueManager to propagate changes to the value into the display. Requests are simply forwarded to dayBrowser:RefreshDay |
Generated by AutoDoc 2.1 at 02/20/1999, invoked by Andreas Kupries