Constructor
Gtk.ToggleButton.new
Declaration [src]
GtkWidget*
gtk_toggle_button_new (
void
)
Description [src]
Creates a new toggle button.
A widget should be packed into the button, as in gtk_button_new()
.
Return value
Returns: GtkWidget |
|
a new toggle button. |
|
Ownership is not transferred to the caller |