Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GTK
GTK.ToggleButton

Class GTK.ToggleButton

Description

Toggle buttons are derived from normal buttons and are very similar, except they will always be in one of two states, alternated by a click. They may be depressed, and when you click again, they will pop back up. Click again, and they will pop back down.

 GTK.ToggleButton("Toggle button")

 GTK.ToggleButton("Toggle button")->set_active( 1 )

Signals: toggled


Inherit Button

inherit GTK.Button : Button