summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redraw.go3
-rw-r--r--table.go13
2 files changed, 14 insertions, 2 deletions
diff --git a/redraw.go b/redraw.go
index 6661bb1..6a28350 100644
--- a/redraw.go
+++ b/redraw.go
@@ -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
diff --git a/table.go b/table.go
index 52a4fee..3f7558d 100644
--- a/table.go
+++ b/table.go
@@ -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) {
+}
*/