gtkButtonNewWithLabel {RGtk2}R Documentation

gtkButtonNewWithLabel

Description

Creates a GtkButton widget with a GtkLabel child containing the given text.

Usage

gtkButtonNewWithLabel(label, show = TRUE)

Arguments

label [character] The text you want the GtkLabel to hold.

Value

[GtkWidget] The newly created GtkButton widget.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]