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 with the height of the surface

Details

Accessor of the height slot of the gdk:surface class. The gdk:surface-height function 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

2024-1-8