Package: gdk

Accessor gdk:dmabuf-texture-builder-height

Lambda List

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

Syntax

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

Arguments

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

Details

The accessor for the height slot of the gdk:dmabuf-texture-builder class gets or sets the height of the texture. previously set or 0 if the height was not set. Returns 0 if the height was not set.

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

Since 4.14
 

See also

2025-08-02