graphicDeviceItem(traitr)
graphicDeviceItem()所属R语言包:traitr
A graphic device item.
一个图形设备项目。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A graphic device item. (Only with RGtk2 and cairoDevice!)
一个图形设备项目。 (只有RGtk2和cairoDevice!)
用法----------Usage----------
参数----------Arguments----------
参数:value
ingored
忽略对
参数:name
Required name for object. Names should be unique within a group of items
需要的对象的名称。名称应是唯一的一组项目
参数:label
Optional label, default value is the name
可选的标签,默认值是名称
参数:help
Optional help string
可选的帮助字符串
参数:tooltip
Optional tooltip to display
可选工具提示显示
参数:attr
A list of attributes to pass to widget on construction. Eg. attr=list(size=c(100,200)).
传递到建筑部件上的属性列表。例如:属性=列表(大小= C(100200))。
参数:model
ignored
忽视
参数:editor
ignored
忽视
参数:...
Passed to parent proto object during call to proto </table>
传递给过程中父原始对象调用原</ TABLE>
Details
详细信息----------Details----------
This device will become the current one if the mouse clicks in the window, This isn't perfect, but should be easy enough to get used to.
该装置将成为当前鼠标点击窗口中的,这是不完美的,但应该是很容易习惯。
值----------Value----------
A proto object. Call obj$show_help() to view its methods and properties.
Aproto对象。呼叫obj$show_help()查看其方法和属性。
注意----------Note----------
With gWidgetsRGtk2, there is some thing odd that causes a display to pop up before the cairo Device if no devices
gWidgetsRGtk2,有一些事情奇怪的是,会导致显示弹出之前,开罗设备,如果没有设备
参见----------See Also----------
Item
Item
实例----------Examples----------
dlg <- aDialog(items=list(n=integerItem(10), out=graphicDeviceItem()),
model_value_changed=function(.) do.call("graphIt", .$to_R()) ## ... allows out to pass in unnoticed[#...允许通过在被忽视]
)
## Not run: dlg$make_gui()[#不运行:DLG $ make_gui()]
graphIt(dlg$get_n()) ## initial graphic[#初始图形]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|