Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkFrameNew: gtkFrameNew
Description
Creates a new
GtkFrame
, with optional label
label
. If
label
is
NULL
, the label is omitted.
Usage
gtkFrameNew(label = NULL, show = TRUE)
Arguments
label
the text to use as the label of the frame
Value
GtkWidget
] a new
GtkFrame
widget