From c567507957eb3ad6f628322762dff982c177cca8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 13 Jun 2019 14:17:05 -0700 Subject: ready to implement Destroy() Signed-off-by: Jeff Carr --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index baf514a..0f02147 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(*GuiBox) *GuiBox + // MakeWindow func(*GuiBox) *GuiBox // the components of the window BoxMap map[string]*GuiBox -- cgit v1.2.3