Package: gdk

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

Lambda List

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

Details

Method called from the gdk:paintable-intrinsic-width function.

Default method

(defmethod paintable-get-intrinsic-width-impl ((paintable paintable))
  0)    
The default method returns 0 for the intrinsic width.
 

See also

2023-12-2