getLightTW {tkWidgets} | R Documentation |
Function to create a light weight widget showing a text string
Description
Given a text string and coordinations, this function creates a light weight tcltk widget with showing the text string passed.
Usage
getLightTW(x, y, text)
Arguments
x |
|
y |
|
text |
|
Details
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.
Value
This function does not return any value
Author(s)
Jianhua Zhang
Examples
if(interactive()){
getLightTW(200, 200, "Click Me!")
}
[Package tkWidgets version 1.74.0 Index]