summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go9
1 files changed, 3 insertions, 6 deletions
diff --git a/structs.go b/structs.go
index 6e0aeef..d2d85fb 100644
--- a/structs.go
+++ b/structs.go
@@ -63,15 +63,10 @@ type GuiDataStructure struct {
cloudBox *ui.Box
smallBox *ui.Box
-// mainwin *ui.Window
-// maintab *ui.Tab
tabcount int
// stuff for the 'area'
- MyArea *ui.Area
- fontButton *ui.FontButton
- attrstr *ui.AttributedString
- splashArea *ui.Area
+// fontButton *ui.FontButton
}
type TableColumnData struct {
@@ -123,6 +118,8 @@ type AreaHandler struct{
Button *ButtonMap
Attrstr *ui.AttributedString
Area *ui.Area
+ FontButton *ui.FontButton
+ FB func () *ButtonMap
}
// AREA STRUCTURES END