summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-06-13 13:28:13 -0700
committerJeff Carr <[email protected]>2019-06-13 13:28:13 -0700
commit597325f8921e4e79cbf51d176ba0cf4617400896 (patch)
tree035bd4cec9fcd05efc6523a9cb85577827952376 /structs.go
parent67058950b08d48a2fc408c59cb0c9edbadb6253b (diff)
more tests
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 3455dc4..baf514a 100644
--- a/structs.go
+++ b/structs.go
@@ -67,7 +67,7 @@ type GuiWindow struct {
TabNumber *int // the andlabs/ui tab index
// the callback function to make the window contents
- MakeWindow func(*GuiWindow) *GuiBox
+ MakeWindow func(*GuiBox) *GuiBox
// the components of the window
BoxMap map[string]*GuiBox