Learn R Programming

traitr (version 0.14)

separatorItem: Visual separator item

Description

Creates a horizontal (or vertical if done through "attr") line to separate GUI elements.

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.