Type Alias egui::containers::IconPainter

source ·
pub type IconPainter = Box<dyn FnOnce(&Ui, Rect, &WidgetVisuals, bool, AboveOrBelow)>;
Expand description

A function that paints the ComboBox icon

Aliased Type§

struct IconPainter(/* private fields */);