pub type ModeGetIcon = Option<unsafe extern "C" fn(sw: *const Mode, selected_line: c_uint, height: c_int) -> *mut cairo_surface_t>;Expand description
Obtains the icon of the entry if available.
selected_line: The selected line.
Aliased Type§
pub enum ModeGetIcon {
None,
Some(unsafe extern "C" fn(*const Mode, u32, i32) -> *mut cairo_surface_t),
}