diff options
| -rw-r--r-- | redraw.go | 3 | ||||
| -rw-r--r-- | table.go | 13 |
2 files changed, 14 insertions, 2 deletions
@@ -1,7 +1,6 @@ package gui import ( - "go.wit.com/log" "go.wit.com/widget" ) @@ -21,7 +20,7 @@ func (n *Node) redraw(p *aplug) { } func (n *Node) redo(plug *aplug) { - log.Log(NOW, "redo()", plug.name, n.id, n.WidgetType, n.progname) + // log.Log(NOW, "redo()", plug.name, n.id, n.WidgetType, n.progname) a := getNewAction(n, widget.Add) plug.pluginChan <- *a @@ -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) { +} */ |
