Function to create a light weight widget showing a text string
Given a text string and coordinations, this function creates a light weight tcltk widget with showing the text string passed.
getLightTW(x, y, text)
x |
|
y |
|
text |
|
When the function is invoked, a box containing the text will appear at the position specified by x, and y. Click the widget makes it disappear.
This function does not return any value
Jianhua Zhang
if(interactive()){ getLightTW(200, 200, "Click Me!") }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.