Definition at line 22 of file Balloon.tcl.
Public Member Functions | |
Balloon (TclList args) | |
delay (TclNumber value=200) | |
off () | |
on (TclNumber x, TclNumber y, TclString text) | |
Private Member Functions | |
_doit (TclNumber x, TclNumber y) | |
Private Attributes | |
TclNumber | balloonId = 0 |
|
constructor Definition at line 42 of file Balloon.tcl. |
|
do the actuall display. This method is only called by Balloon::on() when the tcl loop gets idle.
|
|
hide a tooltip. Call this method to switch off the tooltip balloon. Definition at line 69 of file Balloon.tcl. |
|
show a tooltip. This method actually displays a tooltip with a certain message and position.
|
|
id of the background job. When a balloon is going to be displayed we spawn a job with after and store the job id in this variable. Definition at line 36 of file Balloon.tcl. |