diff options
| author | Jeff Carr <[email protected]> | 2024-02-22 19:27:49 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-22 19:27:49 -0600 |
| commit | 42048ba99741827972a60a88b8ad03c6a0e4e801 (patch) | |
| tree | b9df811e910233e45c1e5af7c8b7303d46002b52 /table.go | |
| parent | 2de5864fff19e2f794e85385d075aa8e4049d709 (diff) | |
Diffstat (limited to 'table.go')
| -rw-r--r-- | table.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -18,7 +18,7 @@ type mytable struct { func (t *Table) NewRow() *TableRow { r := new(myRow) - r.first = + r.first = r.Cell1 = whatever widget type first is r.Cell2 = whatever widget type song is @@ -32,4 +32,3 @@ type songTable TableDef { func makeSongTable() { tb := NewTable(5) */ - |
