Extracted from Pike v7.3 release 53 at 2002-09-10.
pike.ida.liu.se
[Top]
GTK
GTK.CheckMenuItem

Class GTK.CheckMenuItem

Inherits
  • GTK.MenuItem
Description

A check menu item is more or less identical to a check button, but it should be used in menus.

 GTK.CheckMenuItem("Hi there")

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

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