summaryrefslogtreecommitdiff
path: root/tab.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-19 02:52:57 -0600
committerJeff Carr <[email protected]>2024-01-19 02:52:57 -0600
commitc2a563ae37d11f8374df6c7f00661369f4d5a76f (patch)
tree433cb4dd464882258e04a57330113a9f385a96b4 /tab.go
parentd9a04e92fc4211ae4c68e030a72510caadd4be66 (diff)
cleanups after node work
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'tab.go')
-rw-r--r--tab.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/tab.go b/tab.go
index 0a25888..46aa0a1 100644
--- a/tab.go
+++ b/tab.go
@@ -2,7 +2,6 @@ package main
import (
"go.wit.com/log"
- "go.wit.com/widget"
"go.wit.com/dev/andlabs/ui"
_ "go.wit.com/dev/andlabs/ui/winmanifest"
@@ -20,6 +19,7 @@ I work around this by always sending a Toolkit that is a tab
once there is one. If you send a Window here, it will replace
any existing tabs rather than adding a new one
*/
+/*
func (p *node) newTab(n *node) {
var newt *guiWidget
@@ -55,6 +55,7 @@ func (p *node) newTab(n *node) {
n.tk = newt
}
+*/
// This sets _all_ the tabs to Margin = true
//