separatorItem: Visual separator item

Description Usage Arguments Value

Description

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

Usage

1
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.


traitr documentation built on May 2, 2019, 3:32 p.m.