diff options
| author | Jeff Carr <[email protected]> | 2023-04-08 11:06:50 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-08 11:06:50 -0500 |
| commit | da6a4363226f14aa893be02cb4a73cbf34fd77e7 (patch) | |
| tree | 8f1f2c5d59e72961c87ff9c9ede0a4b3f2ab9c3f /toolkit/andlabs/tab.go | |
| parent | fa0718ff48a2ac2f8b54aed3060101f159484c86 (diff) | |
andlabs: the binary tree limps along again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs/tab.go')
| -rw-r--r-- | toolkit/andlabs/tab.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/andlabs/tab.go b/toolkit/andlabs/tab.go index a9a3e38..6936df6 100644 --- a/toolkit/andlabs/tab.go +++ b/toolkit/andlabs/tab.go @@ -19,7 +19,7 @@ import ( once there is one. If you send a Window here, it will replace any existing tabs rather than adding a new one */ -func (t *andlabsT) newTab(a *toolkit.Action) { +func (t *andlabsT) newTab(a toolkit.Action) { // var w *ui.Window var newt *andlabsT @@ -118,7 +118,7 @@ func (t *andlabsT) appendTab(name string) *andlabsT { return &newT } -func newTab(a *toolkit.Action) { +func newTab(a toolkit.Action) { // w := a.Widget log(debugToolkit, "newTab()", a.ParentId) |
