[Top]
GTK
GTK.ToggleButton
|
Method GTK.ToggleButton()->create()
- Method
create
GTK.ToggleButton GTK.ToggleButton(string|void label)
- Description
If you supply a string, a label will be created and inserted in the button.
Otherwise, use ->add(widget) to create the contents of the button.
|