diff options
| author | Jeff Carr <[email protected]> | 2019-06-01 01:20:20 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-01 01:20:20 -0700 |
| commit | bf9b5bd49d65dae7868d74d5f972510c2585ff7a (patch) | |
| tree | 6cbaf7e0b44a6054f91aa4307bb2ea41c75bdcb3 /structs.go | |
| parent | 133ed30192bce5e2b10a993aaa17d26a11bed93f (diff) | |
more control panel code removal
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 } |
