Definition at line 19 of file help.tcl.
Public Member Functions | |
CdgHelp (TclList args) | |
clear () | |
gethelpstr (TclCommand w) | |
sethelpstr (TclCommand w, TclString text, TclList args) | |
show (TclCommand w) | |
showstr (TclString text) | |
unsethelpstr (TclCommand w) | |
Private Attributes | |
TclArray | _messageOfWidget |
|
constructor |
|
clear the display |
|
returns the helpstring of a given widget |
|
set the displayed text when the mouse enters the widget. install two events <Enter> and <Leave> for the widget Definition at line 62 of file help.tcl. |
|
displays the associated helpmessage |
|
displays the a noregistered message |
|
unset the array-entry, remove the <Enter>- and <Leave>-bindings |
|
a hash mapping widgets to the help message that should be displayed. |