summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go13
1 files changed, 2 insertions, 11 deletions
diff --git a/structs.go b/structs.go
index 4433a15..3ebe61a 100644
--- a/structs.go
+++ b/structs.go
@@ -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
}