Home | Packages | Files | Procedures | Classes | Keywords | External packages
TrackDay (d) | ||
Callback for subordinate day widget. Executed every time its value is set (not necessarily changed). | ||
Notes: Does nothing, if no change took place (avoids infinite recursion). | ||
Argument: d | The (possibly) new value of the chosen day. |
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 (m) | ||
Callback for subordinate month widget. Executed every time its value is changed. | ||
Argument: m | The new value of the chosen month. |
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. |
TrackYear (y) | ||
Callback for subordinate year widget. Executed every time its value is changed. | ||
Argument: y | The new value of the chosen year. |
calendar () | ||
Initializes the value to the current date if not set already by the user. |
createSubwidgets () | ||
Called by the framework to generate the subwidgets and their layout. |
setBindings () | ||
Adds various keyboard accelerators to the calendar components. |
setBindingsTo (w) | ||
Adds various keyboard accelerators to the given widget. | ||
Argument: w | The widget the accelerators are added to. |
updateDisplay () | ||
Method required by the superclass valueManager to propagate changes to the value into the display. |
Generated by AutoDoc 2.1 at 02/20/1999, invoked by Andreas Kupries