From 49202eeafdad8e5780fefdad3d2f87fd4354725e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 3 Mar 2023 14:41:38 -0600 Subject: release as v0.6.5 good standard release really clean interaction to plugin really clean debug flags implementation common doAppend() idea, but it probably won't work re-implement combobox. this code base almost doesn't suck slider & spinner set values now tab set margin works convert dropdown to Send() lots of other changes to try to implement single line Entry() I guess use golang file names even though internalally the go developers use underscore chars in the actual go sources. Maybe there is a reason for that? go channel debug window does something make a debug window for channels. add sample icons Signed-off-by: Jeff Carr --- int.go | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'int.go') diff --git a/int.go b/int.go index a7880dc..ff38afb 100644 --- a/int.go +++ b/int.go @@ -13,13 +13,7 @@ package gui Is it "has to go" or "should go"? Probably it makes sense to strictly inforce it. No "callback" functions. IPC only (go channels) */ func (n *Node) Int() int { - log(debugToolkit, "gui.Node.Int() for node name =", n.Name) - log(debugToolkit, SPEW, n) - - // FIXME: this needs to be redone - // i := n.toolkit.Value() - i := 3333 - return i + return n.widget.I } // which name to use? -- cgit v1.2.3