Constructor
GtkToggleButtonnew
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
Type: GtkWidget
A new toggle button.
The data is owned by the called function. |