File: gseparator.Rd

package info (click to toggle)
r-cran-gwidgets 0.0-54.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,360 kB
  • sloc: sh: 13; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 858 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
\name{gseparator}
\alias{gseparator}
\title{Widget to draw separator line}
\description{
  Simple widget to draw a line used  clarify layout of widgets.
}
\usage{
gseparator(horizontal = TRUE, container = NULL, ..., toolkit = guiToolkit())
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{horizontal}{If \code{TRUE} line is horizontal, otherwise vertical.}
  \item{container}{Optional container to attach widget to}
  \item{\dots}{Ignored }
    \item{toolkit}{Which GUI toolkit to use}

}
% \value{}
% \references{}
% \author{}
% \note{}
% \seealso{}
\examples{
\dontrun{
  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)
}
}
\keyword{interface}% at least one, from doc/KEYWORDS