gtkFrameNew {RGtk2}R Documentation

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 [character] the text to use as the label of the frame

Value

[GtkWidget] a new GtkFrame widget

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]