Package: gdk

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

Lambda List

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

Implementation

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

Details

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

See also

2026-08-09