Package: gdk

Method gdk:paintable-get-flags-impl

Lambda List

gdk:paintable-get-flags-impl (paintable)

Implementation

(defmethod paintable-get-flags-impl ((paintable paintable))
  '())  

Details

Default method called from the gdk:paintable-flags function. The default method returns no flags set.
 

See also

2026-08-09