Package: gtk

Accessor gtk:gl-area-has-stencil-buffer

Lambda List

gtk:gl-area-has-stencil-buffer (object)

Syntax

(gtk:gl-area-has-stencil-buffer object) => setting
(setf (gtk:gl-area-has-stencil-buffer object) setting)

Arguments

object -- a gtk:gl-area widget
setting -- a boolean whether the widget will allocate and enable a stencil buffer

Details

Accessor of the has-stencil-buffer slot of the gtk:gl-area class. The gtk:gl-area-has-stencil-buffer function returns whether the area has a stencil buffer. The (setf gtk:gl-area-has-stencil-buffer) function sets the property.

If setting is true the widget will allocate and enable a stencil buffer for the target framebuffer. Otherwise there will be none.
 

See also

#2022-8-21