diff options
| author | Jeff Carr <[email protected]> | 2019-06-02 19:49:17 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-02 19:49:17 -0700 |
| commit | 5e505b4f7ba2f0da11695fdb9a3c483548b79a89 (patch) | |
| tree | 17198038f7ebf94f9e5cdbf4e09774804ec893f2 /box.go | |
| parent | 8967c1494c9611330782915dbf4d54f29887d135 (diff) | |
see if an interface can store the outside values
also finally fixed the splash area logic
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'box.go')
| -rw-r--r-- | box.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -5,9 +5,6 @@ import "log" import "github.com/andlabs/ui" import _ "github.com/andlabs/ui/winmanifest" -// import pb "git.wit.com/wit/witProtobuf" -// import "github.com/davecgh/go-spew/spew" - // add(nil, newbox, "") // use this when the Window is created. Always called 'MAINBOX' // add(gw.BoxMap["MAINBOX"], newbox, name) // use this to add a box off the main box // add(gw.BoxMap["BUTTONBOX"], newbox, name) // use this to add something to the box called 'BUTTONBOX' |
