Package: gtk

Accessor gtk:widget-can-target

Lambda List

gtk:widget-can-target (object)

Syntax

(gtk:widget-can-target object) => setting
(setf (gtk:widget-can-target object) setting)

Arguments

object -- a gtk:widget object
setting -- a boolean whether or not widget can receive pointer events

Details

Accessor of the can-target slot of the gtk:widget class. The gtk:widget-can-target function returns whether the widget can be the target of pointer events. The (setf gtk:widget-can-target) function sets the property.
 

See also

2024-4-28