Constructor

Gtk.Button.new

Declaration [src]

GtkWidget*
gtk_button_new (
  void
)

Description [src]

Creates a new GtkButton widget.

To add a child widget to the button, use gtk_button_set_child().

Return value

Returns: GtkWidget

The newly created GtkButton widget.

Ownership is not transferred to the caller