Rdocumentation
powered by
Learn R Programming
traitr (version 0.13)
separatorItem: Visual separator item...
Description
Visual separator item
Usage
separatorItem(name=".seperator", attr=list(horizontal = TRUE), ...)
Arguments
name
name of widget
attr
passed to widget constructor. Use list(horizontal=FALSE) to get vertical
...
ignored
Value
A
proto
object. Call
obj$show_help()
to view its methods and properties.
Details
Creates a horizontal (or vertical if done through "attr") line to separate GUI elements.