CheckMenuItem


Object Hierarchy:

Object hierarchy for CheckMenuItem

Description:


public class CheckMenuItem : MenuItem, Implementor, Buildable, Activatable

A CheckMenuItem is a menu item that maintains the state of a boolean value in addition to a MenuItem usual role in activating application code.

A check box indicating the state of the boolean value is displayed at the left side of the MenuItem. Activating the MenuItem toggles the value.

CSS nodes

menuitem
├── check.left
╰── <child>
nuItem has a main CSS node with name menuitem, and a subnode with name check, which gets the .left or .right style class.

All known sub-classes:

Namespace: Gtk
Package: gtk+-2.0

Content:

Properties:

Creation methods:

Methods:

Signals:

Fields:

Inherited Members:

All known members inherited from class Gtk.Item
All known members inherited from class Gtk.Bin
All known members inherited from class Gtk.Widget
All known members inherited from class Gtk.Object
All known members inherited from interface Atk.Implementor