Package: gtk

Accessor gtk:cell-view-draw-sensitive

Lambda List

gtk:cell-view-draw-sensitive (object)

Syntax

(gtk:cell-view-draw-sensitive object) => setting
(setf (gtk:cell-view-draw-sensitive object) setting)

Arguments

object -- a gtk:cell-view object
setting -- a boolean whether to draw all cells in a sensitive state

Details

Accessor of the draw-sensitive slot of the gtk:cell-view class. The gtk:cell-view-draw-sensitive function gets whether the cell view is configured to draw all of its cells in a sensitive state. The (setf gtk:cell-view-draw-sensitive) function sets the property.

This is used by gtk:combo-box menus to ensure that rows with insensitive cells that contain children appear sensitive in the parent menu item.

Warning

The gtk:cell-view implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2024-5-20