A
gtk:check-menu-item widget is a menu item that maintains the state of a boolean value in addition to a
gtk:menu-item usual role in
activating application code.
A check box indicating the state of the boolean value is displayed at the left side of the
gtk:menu-item widget. Activating the
gtk:menu-item widget toggles the value.
CSS nodes
menuitem
├── check.left
╰── <child>
The
gtk:check-menu-item implementation has a main CSS node with name
menuitem, and a subnode with name
check, which gets the
.left or
.right style class.
Style Property Details
Signal Details