diff options
| author | Jeff Carr <[email protected]> | 2024-01-19 02:52:57 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-19 02:52:57 -0600 |
| commit | c2a563ae37d11f8374df6c7f00661369f4d5a76f (patch) | |
| tree | 433cb4dd464882258e04a57330113a9f385a96b4 /tab.go | |
| parent | d9a04e92fc4211ae4c68e030a72510caadd4be66 (diff) | |
cleanups after node work
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'tab.go')
| -rw-r--r-- | tab.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 // |
