Skip to main content

GRID_TEMPLATE_LAST

Constant GRID_TEMPLATE_LAST 

Source
pub const GRID_TEMPLATE_LAST: i32 = 0x1FFF_FFFF;
Expand description

Grid descriptor sentinel that terminates column/row arrays (LV_GRID_TEMPLATE_LAST). Equal to LV_COORD_MAX = (1 << 29) - 1.