diff options
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 // |
