diff options
| author | Jeff Carr <[email protected]> | 2019-05-29 13:11:08 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-29 13:11:08 -0700 |
| commit | fc35ccbfd23aefde013905c8c31668825368ebba (patch) | |
| tree | 410a256d9948893ae2eb3f928b048e0c77019491 /structs.go | |
| parent | fdc8f820770ba8b8b7d5e281d24a076dc7065e73 (diff) | |
attempt to hide & show tab
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -58,12 +58,6 @@ type GuiDataStructure struct { EntryNick *ui.Entry EntryUser *ui.Entry EntryPass *ui.Entry - - // stuff for the splash screen / setup tabs -// cloudBox *ui.Box - smallBox *ui.Box - - tabcount int } type TableColumnData struct { @@ -89,16 +83,13 @@ type EntryMap struct { T *ui.Tab Action string // what type of button - - // custom callback function to your main application -// custom func (*EntryMap) } type WindowMap struct { W *ui.Window - B1 *ui.Box T *ui.Tab - A *ui.Area + Box1 *ui.Box + Box2 *ui.Box AH *AreaHandler } |
