Extracted from Pike v7.3 release 14 at 2002-02-15.
pike.roxen.com
[Top]
GTK
GTK.CheckMenuItem

Class GTK.CheckMenuItem

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

Inherits

  • GTK.MenuItem