gtkFrameNew {RGtk2.10}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.10 version 2.10.6 Index]