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

Class GTK2.CheckButton

Description

Check buttons inherent many properties and functions from the the toggle buttons, but look a little different. Rather than being buttons with text inside them, they are small squares with the text to the right of them. These are often used for toggling options on and off in applications.  GTK2.CheckButton( "title" )

Style properties: int indicator-size int indicator-spacing


Inherit ToggleButton

inherit GTK2.ToggleButton : ToggleButton