gseparator {gWidgetsWWW2}R Documentation

Separator – insert separator line

Description

Used in menus to create space. No container necessary Can also be used to place horizontal line using the hr HTML tag

Usage

gseparator(horizontal = TRUE, container = NULL, ...)

Arguments

horizontal

Logical. Ignored, not vertical line possible

container

parent container. Not used if creating menu or toolbar separator

...

passed to add method of parent container


[Package gWidgetsWWW2 version 0.4-8 Index]