diff options
Diffstat (limited to 'table.go')
| -rw-r--r-- | table.go | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -31,4 +31,17 @@ type songTable TableDef { func makeSongTable() { tb := NewTable(5) + +func Show() { + for each row { + for loop all strings() + is string button? + for loop all ints() + for loop all times() + for loop all bools() + + }s + +func RefreshTime(t *time.Duration) { +} */ |
