Button.newWithLabel

Creates a gtk.button.Button widget with a gtk.label.Label child.

class Button
static
newWithLabel
(
string label
)

Parameters

label string

The text you want the gtk.label.Label to hold

Return Value

Type: gtk.button.Button

The newly created gtk.button.Button widget