getLightTW(tkWidgets)
getLightTW()所属R语言包:tkWidgets
Function to create a light weight widget showing a text string
功能显示一个文本字符串创建一个重量轻部件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a text string and coordinations, this function creates a light weight tcltk widget with showing the text string passed.
鉴于一个文本字符串与协调,这个函数创建显示文本字符串传递重量轻tcltk部件。
用法----------Usage----------
getLightTW(x, y, text)
参数----------Arguments----------
参数:x
x an interger for the horizontal position for the widget to appear
xwidget的水平位置,基于整数出现
参数:y
y an integer for the vertical position for the widget to appear
ywidget的垂直位置的整数出现
参数:text
text a character string to be show in the widget
text字符串显示在widget
Details
详情----------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.
当函数被调用,包含文本框将出现在X和Y指定的位置。点击部件使它消失。
值----------Value----------
This function does not return any value
此函数不返回任何值
作者(S)----------Author(s)----------
Jianhua Zhang
举例----------Examples----------
if(interactive()){
getLightTW(200, 200, "Click Me!")
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|