summaryrefslogtreecommitdiff
path: root/table.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-22 19:27:49 -0600
committerJeff Carr <[email protected]>2024-02-22 19:27:49 -0600
commit42048ba99741827972a60a88b8ad03c6a0e4e801 (patch)
treeb9df811e910233e45c1e5af7c8b7303d46002b52 /table.go
parent2de5864fff19e2f794e85385d075aa8e4049d709 (diff)
seperate mirror codev0.21.0v0.20.9
Diffstat (limited to 'table.go')
-rw-r--r--table.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/table.go b/table.go
index 292bdd1..52a4fee 100644
--- a/table.go
+++ b/table.go
@@ -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)
*/
-