Searched refs:max_column (Results 1 – 2 of 2) sorted by relevance
47 pub max_column: Cell<usize>, field76 max_column: Cell::new(0), in new()202 self.max_column.set(cols.len()); in arrange_elements()
129 || nxt_col >= grid.max_column.get() as i32 in init_grid()