GTK.CheckMenuItem
 
   
[Top]
predef::
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


Inherit MenuItem

inherit GTK.MenuItem : MenuItem


Insert any HTML comment here. You can use any HTML tags and containers. Use <phl> ... </phl> if you'd like to insert some Pike / C examples or code.
 
HTML OK CSS