Skip to main content

HeaderClick

Type Alias HeaderClick 

Source
pub type HeaderClick = Box<dyn FnMut(usize, f64, f64) -> EventResult>;
Expand description

Optional callback for header clicks. Receives column index and click position relative to the header cell rect (Y-up).

Aliased Typeยง

pub struct HeaderClick(/* private fields */);