Button.newWithLabel

gtk.button.Button newWithLabel(string label)

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

Parameters

labelThe text you want the #GtkLabel to hold.

Returns

The newly created #GtkButton widget.