diff options
| author | 3gg <3gg@shellblade.net> | 2026-03-08 10:55:28 -0700 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-03-08 10:55:28 -0700 |
| commit | 58c0f40df5947b3933bf7b6564b2ba5dc39fbd92 (patch) | |
| tree | 361c9a445532aa128f69158d8fee7b73672a1fb7 /src/widget/table.h | |
| parent | 89188be968ac39e0e12077e6b596efaf00d06986 (diff) | |
Remove table header
Diffstat (limited to 'src/widget/table.h')
| -rw-r--r-- | src/widget/table.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/widget/table.h b/src/widget/table.h deleted file mode 100644 index 0585140..0000000 --- a/src/widget/table.h +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include <ui.h> | ||
| 4 | |||
| 5 | #include "widget.h" | ||
| 6 | |||
| 7 | const uiCell* GetCell(const uiTable* table, int row, int col); | ||
| 8 | uiCell* GetCellMut(uiTable* table, int row, int col); | ||
| 9 | uiCell** GetLastRow(uiTable* table); | ||
