gtkFrameNew {RGtk2} | R Documentation |
Creates a new GtkFrame
, with optional label label
.
If label
is NULL
, the label is omitted.
gtkFrameNew(label = NULL, show = TRUE)
|
[character] the text to use as the label of the frame |
[GtkWidget
] a new GtkFrame
widget
Derived by RGtkGen from GTK+ documentation