Button.newWithLabel
gtk.button.Button newWithLabel(string label)Creates a #GtkButton widget with a #GtkLabel child containing the given text.
Parameters
label | The text you want the #GtkLabel to hold. |
Returns
The newly created #GtkButton widget.
gtk.button.Button newWithLabel(string label)Creates a #GtkButton widget with a #GtkLabel child containing the given text.
label | The text you want the #GtkLabel to hold. |