Package: gtk
Class gtk-check-menu-item
Superclassesgtk-menu-item, gtk-bin, gtk-container, gtk-widget, gtk-buildable, gtk-activatable, g-object, common-lisp:standard-object, common-lisp:t Documented SubclassesDirect SlotsDetails A gtk-check-menu-item 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. Activating the gtk-menu-item toggles the value. CSS nodesmenuitem ├── 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 DetailsThe "toggled" signallambda (item) :run-firstThe signal is emitted when the state of the check box is changed. A signal handler can use the gtk-check-menu-item-active function to discover the new state.
| Slot Access FunctionsInherited Slot Access FunctionsSee also |
2020-9-3