Button.with_label
Description:
[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public Button.with_label (string label)
Creates a Button widget with a Label child
containing the given text.
Parameters:
label |
The text you want the Label to hold.
|
Returns:
The newly created Button widget.
|