Package: gdk

Accessor gdk:dmabuf-texture-builder-width

Lambda List

gdk:dmabuf-texture-builder-width (object)

Syntax

(gdk:dmabuf-texture-builder-width object) => width
(setf (gdk:dmabuf-texture-builder-width object) width)

Arguments

object -- a gdk:dmabuf-texture-builder object
width -- an integer with the width of the texture or 0 to unset

Details

Accessor of the width slot of the gdk:dmabuf-texture-builder class. The gdk:dmabuf-texture-builder-width function gets the width previously set or 0 if the width was not set. The (setf gdk:dmabuf-texture-builder-width) function sets the width of the texture.

The width must be set before calling the gdk:gl-texture-builder-build function.

Since 4.14
 

See also

2024-7-11