Skip to main content

PaintFn

Type Alias PaintFn 

Source
pub type PaintFn = Arc<dyn Fn(&mut Painter, Rect, &Theme) + Send + Sync>;
Expand description

Custom painting is clipped to this node’s rectangle. It never receives window access.

Aliased Type§

pub struct PaintFn { /* private fields */ }