
Simple widget to draw a line used clarify layout of widgets.
gseparator(horizontal = TRUE, container = NULL, ..., toolkit = guiToolkit())
If TRUE
line is horizontal, otherwise vertical.
Optional container to attach widget to
Ignored
Which GUI toolkit to use
# NOT RUN {
w <- gwindow("separator example")
gp <- ggroup(container=w)
glabel("left widget", container=gp)
gseparator(horizontal=FALSE, container=gp, expand=TRUE)
glabel("right widget", container=gp)
# }
Run the code above in your browser using DataLab