gtkFrameNew: gtkFrameNew

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Creates a new GtkFrame, with optional label label. If label is NULL, the label is omitted.

Usage

1
gtkFrameNew(label = NULL, show = TRUE)

Arguments

label

the text to use as the label of the frame

Value

[GtkWidget] a new GtkFrame widget

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkFrameNew in RGtk2...