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

Class GTK2.CheckMenuItem

Description

A check menu item is more or less identical to a check button, but it should be used in menus.  GTK2.CheckMenuItem("Hi there")

 GTK2.CheckMenuItem("Hi there")->set_active(1)

Properties: int active int draw-as-radio int inconsistent

Style properties: int indicator-size

Signals: toggled Called when the state of the menu item is changed


Inherit MenuItem

inherit GTK2.MenuItem : MenuItem