Package: gdk

Accessor gdk:surface-height

Lambda List

gdk:surface-height (object)

Syntax

(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 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

2026-07-30