summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-29 09:54:46 -0700
committerJeff Carr <[email protected]>2019-05-29 09:54:46 -0700
commit8574f8109dde05aadcbdf0423b8347d2d17a4bce (patch)
tree8ec2d3ea32227b9d92d6968c3a9c9426a8ba3ac1 /structs.go
parent8049b087e9148e331208d2dd1e1af4f7d47e5edb (diff)
crashes
Signed-off-by: Jeff Carr <[email protected]>
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