Package: gdk

Accessor gdk:surface-height

Lambda List

gdk:surface-height (object)

Syntax

(gdk:surface-height object) => height
(setf (gdk:surface-height object) height)

Arguments

object -- a gdk:surface object
width -- an integer for the height of the surface

Details

The accessor for the height slot of the gdk:surface class returns the height of the given surface. Surface size is reported in "application pixels", not "device pixels". See the gdk:surface-scale-factor function.
 

See also

2025-08-02