summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-06-01 01:20:20 -0700
committerJeff Carr <[email protected]>2019-06-01 01:20:20 -0700
commitbf9b5bd49d65dae7868d74d5f972510c2585ff7a (patch)
tree6cbaf7e0b44a6054f91aa4307bb2ea41c75bdcb3 /structs.go
parent133ed30192bce5e2b10a993aaa17d26a11bed93f (diff)
more control panel code removal
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 89057b9..430f136 100644
--- a/structs.go
+++ b/structs.go
@@ -8,6 +8,8 @@ import _ "github.com/andlabs/ui/winmanifest"
import pb "git.wit.com/wit/witProtobuf"
+// THIS IS CLEAN
+
//
// All GUI Data Structures and functions that are external
// If you need cross platform support, these might only
@@ -78,7 +80,7 @@ type GuiWindow struct {
// andlabs/ui abstraction mapping
UiWindow *ui.Window
UiTab *ui.Tab // if this != nil, the window is 'tabbed'
- GetText func() *ui.AttributedString
+ MakeTab func(*GuiWindow) *GuiBox
}