summaryrefslogtreecommitdiff
path: root/tab.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-19 12:18:11 -0600
committerJeff Carr <[email protected]>2024-01-19 12:18:11 -0600
commitf48b950655f57cb02bbd754ba0043a953956f888 (patch)
tree7547dd1b167536fe9cb4c6f42e6675b5ac0d89d1 /tab.go
parentc2a563ae37d11f8374df6c7f00661369f4d5a76f (diff)
things are moving to widget.Statev0.0.9
pass borderless windows correctly destroy themselves from the binary tree checkbox state cleanups Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'tab.go')
-rw-r--r--tab.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/tab.go b/tab.go
index 46aa0a1..80bb151 100644
--- a/tab.go
+++ b/tab.go
@@ -88,6 +88,7 @@ func rawTab(w *ui.Window, name string) *guiWidget {
return &newt
}
+/*
func (t *guiWidget) appendTab(name string) *guiWidget {
var newT guiWidget
log.Log(TOOLKIT, "appendTab() ADD", name)
@@ -116,3 +117,4 @@ func (t *guiWidget) appendTab(name string) *guiWidget {
newT.uiBox = hbox
return &newT
}
+*/