From bf9b5bd49d65dae7868d74d5f972510c2585ff7a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 1 Jun 2019 01:20:20 -0700 Subject: more control panel code removal Signed-off-by: Jeff Carr --- structs.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'structs.go') 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 } -- cgit v1.2.3