From 46fea14452ef7b812ca2526a1f607ca83b13bdc7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 1 Jan 2024 12:00:00 -0600 Subject: quiet some output. start thinking about NewTable() --- redraw.go | 3 +-- table.go | 13 +++++++++++++ 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) { +} */ -- cgit v1.2.3