Package: gtk

Accessor gtk-overlay-child-pass-through

Lambda List

gtk-overlay-child-pass-through (container child)

Syntax

(gtk-overlay-child-pass-through container child) => setting)
(setf (gtk-overlay-child-pass-through container child) setting)

Arguments

container -- a gtk-overlay widget
child -- a gtk-widget child widget
setting -- a boolean whether to pass through input

Details

Accessor of the pass-through child property of the gtk-overlay class.

Pass through input, does not affect main child.

Since 3.18
 

See also

*2021-12-17