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")
GTK.CheckMenuItem("Hi there")->set_active(1)
Signals: toggled Called when the state of the menu item is changed
inherit GTK.MenuItem : MenuItem