Description Usage Arguments Details Value Author(s) Examples
Given a text string and coordinations, this function creates a light weight tcltk widget with showing the text string passed.
1 | 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
1 2 3 | if(interactive()){
getLightTW(200, 200, "Click Me!")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.