gtkLabelNew {RGtk2}R Documentation

gtkLabelNew

Description

Creates a new label with the given text inside it. You can pass NULL to get an empty label widget.

Usage

gtkLabelNew(str = NULL, show = TRUE)

Arguments

str [character] The text of the label

Value

[GtkWidget] the new GtkLabel

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]