The core selection grid struct, represents the grid itself and its state. More...
#include <selection_grid.h>
Data Fields | |
| const SelectionGridRow * | rows |
| const int | num_rows |
| Selection | selection |
The core selection grid struct, represents the grid itself and its state.
It can be statically defined with an array of SelectionGridRow to define its contents.
Definition at line 118 of file selection_grid.h.
| const int num_rows |
Definition at line 121 of file selection_grid.h.
| const SelectionGridRow* rows |
Definition at line 120 of file selection_grid.h.
| Selection selection |
Definition at line 122 of file selection_grid.h.