Button.newWithLabel

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

class Button
static
newWithLabel
(
string label
)

Parameters

label string

The text you want the #GtkLabel to hold.

Return Value

Type: gtk.button.Button

The newly created #GtkButton widget.