找回密码
 注册
查看: 1044|回复: 0

R语言 tkWidgets包 WName()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 15:42:09 | 显示全部楼层 |阅读模式
WName(tkWidgets)
WName()所属R语言包:tkWidgets

                                        Accessors for Primitive Widget Objects
                                         为原始Widget对象的存取

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Currently primitive widget objects (pwidgets) are implemented as lists, but this will change.  Users should only rely on these accessors functions, not the implementation.
目前原始的Widget对象(pwidgetS)list的实施,但这种情况将会改变。用户应该只依靠这些访问的功能,而不是实施。


用法----------Usage----------


WName(x)
WValue(x)
WValue(x) <-  value
WtoText(x)
WfromText(x)
WcanEdit(x)
WbuttonText(x)
WbuttonFun(x)
WwList(x)
WwList(x) <- value
WLValue(x, index)
WLValue(x, index) <- value
WRButtons(x)
WpreFun(x)
WpostFun(x)
WEnd(x)



参数----------Arguments----------

参数:x
list of lists with a Name, Value, toText, fromText, canEdit, buttonText, buttonFun, preFun, postFun element.
列表的名称,价值,toText,fromText,canEdit,buttonText,buttonFun,preFun,postFun元素的列表。


参数:index
integer or character string as an index or name for the list in the first list of a list of lists for a widget.
整数或字符串作为索引或列表中的一个部件的列表列出的第一个列表的名称。


参数:value
An R data type that is going to be used to update the value.
R的数据将被用于更新值的类型。


Details

详情----------Details----------

WName(x) returns the Name element of x. WValue(x) returns the Value element of x. WValue(x) <- value will change the Value element of x to value.
WName(x)返回Namex元素。 WValue(x)返回Valuex元素。 WValue(x) <- value将改变Valuex元素value。

WtoText(x) returns the toText element of x. WfromText(x) returns the fromText element of x. WcanEdit(x) returns the canEdit element of x.
WtoText(x)返回toTextx元素。 WfromText(x)返回fromTextx元素。 WcanEdit(x)返回canEditx元素。

WbuttonText(x) returns the buttonText element of x. WbuttonFun(x) returns the buttonFun element of x. WwList(x) returns the wList element of x. WwList <- value will update the wList element of a Widget list with value.
WbuttonText(x)返回buttonTextx元素。 WbuttonFun(x)返回buttonFunx元素。 WwList(x)返回wListx元素。 WwList <- value将更新wList部件列表与value元素。

WLValue(x, index) returns a list indicated by the index in the wList of a widget list. WLValue(x, index) <- value will update indicated by the index in the wList of a widget list with the value.
WLValue(x, index)返回列表中的一个部件列表wList指数表示。 WLValue(x, index) <- value将更新与价值的部件列表wList指数表示。

WpreFun(x) returns the preFun element of x. WpostFun(x) returns  the post element of x. WEnd(x) returns  the end element of x.
WpreFun(x)返回xpreFun的元素。 WpostFun(x)返回x的后元素。 WEnd(x)返回x的结束元素。


值----------Value----------

A character string or R function represented by the element of the list whose value is to be retrieved.
要检索其值是列表中的元素表示一个字符串或R功能。


作者(S)----------Author(s)----------


Jianhua (John) Zhang



参见----------See Also----------

widgetRender for references etc.
widgetRender引用等。


举例----------Examples----------


# Create the list of lists[创建列表]
pW1 <- list(Name="AAA", Value="bbb",
            toText = function(x) paste(x,collapse = ","),
            fromText = NULL, canEdit = TRUE,
            buttonFun = ls, buttonText = "Browse")

widget1 <- list(wList = list(a = pW1),
                preFun = function() "Hi",
                postFun = function() "Bye")

# Call the functions[调用函数]
WName(pW1)
WValue(pW1)
WValue(pW1) <- "lll"
WtoText(pW1)
WfromText(pW1)
WcanEdit(pW1)
WbuttonText(pW1)
WbuttonFun(pW1)
WwList(widget1)
WwList(widget1) <- list(Name = "New list", Value = "New value")
WLValue(widget1, 1)
WLValue(widget1, 1) <- "New value"
WpreFun(widget1)
WpostFun(widget1)
WEnd(widget1)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-22 23:56 , Processed in 0.019430 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表