More TODOs.
This commit is contained in:
parent
7d17df7121
commit
888bb450b3
|
@ -8,6 +8,7 @@
|
||||||
// TODO
|
// TODO
|
||||||
#define cellValue(model, row, column) ((*((model)->mh->CellValue))((model)->mh, (model), (row), (column)))
|
#define cellValue(model, row, column) ((*((model)->mh->CellValue))((model)->mh, (model), (row), (column)))
|
||||||
|
|
||||||
|
// TODO maybe split this into item and subitem structs?
|
||||||
struct drawState {
|
struct drawState {
|
||||||
uiTable *t;
|
uiTable *t;
|
||||||
uiTableModel *model;
|
uiTableModel *model;
|
||||||
|
|
Loading…
Reference in New Issue