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