diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 13:53:15 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 13:53:15 -0600 |
| commit | b3dfc689abe6699112518ddaf5e12aa87ef931f8 (patch) | |
| tree | 2f5e14ac484ac45e52e58a57dd95f904a0d38094 /int.go | |
| parent | d075b29aff66e784a615a0a3e436ae7433556789 (diff) | |
sierpinski carpet mode
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'int.go')
| -rw-r--r-- | int.go | 27 |
1 files changed, 0 insertions, 27 deletions
@@ -1,27 +0,0 @@ -package gui - -/* - Get the int from the gui toolkit - because eventually this gui package should become it's own seperate go routine and never interact from the - gui subroutine back into the upstream application using the gui package - - TODO: instead store the int in the Node structure? (this is probably a better idea) - because technically every interaction with the toolkit has to go through the Queue() goroutine. - 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 { - return n.widget.I -} - -// which name to use? -func (n *Node) Value() int { - return n.Int() -} - -func (n *Node) SetValue(i int) { - log(debugGui, "gui.SetValue() START") - // FIXME: this needs to be redone - // n.toolkit.SetValue(i) -} -*/ |
