Package: gtk

Accessor gtk-check-menu-item-inconsistent

Lambda List

gtk-check-menu-item-inconsistent (object)

Syntax

(gtk-check-menu-item-inconsistent object) => setting
(setf (gtk-checkk-menu-item-inconsistent object) setting)

Arguments

check-menu-item -- a gtk-check-menu-item widget
setting -- true to display an "inconsistent" third state check

Details

Accessor of the inconsistent slot of the gtk-check-menu-item class.

If the user has selected a range of elements, such as some text or spreadsheet cells, that are affected by a boolean setting, and the current values in that range are inconsistent, you may want to display the check in an "in between" state.

This function turns on "in between" display. Normally you would turn off the inconsistent state again if the user explicitly selects a setting. This has to be done manually, the function gtk-check-menu-item-inconsistent only affects visual appearance, it does not affect the semantics of the widget.
 

See also

2020-9-3