Package: gdk

Method gdk:paintable-get-intrinsic-height-impl

Lambda List

gdk:paintable-get-intrinsic-height-impl (paintable)

Implementation

(defmethod paintable-get-intrinsic-height-impl ((paintable paintable))
  0)  

Details

Default method called from the gdk:paintable-intrinsic-height function. The default method returns 0 for the intrinsic height.
 

See also

2026-08-09