Button

constructor()

Creates a new GtkButton widget.

To add a child widget to the button, use method@Gtk.Button.set_child.

Return

The newly created GtkButton widget.


constructor(label: String)

Creates a GtkButton widget with a GtkLabel child.

Return

The newly created GtkButton widget

Parameters

label

The text you want the GtkLabel to hold


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)