summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go7
1 files changed, 5 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 0228dd4..bcf33b4 100644
--- a/structs.go
+++ b/structs.go
@@ -99,9 +99,12 @@ type TableColumnData struct {
type ButtonMap struct {
B *ui.Button
FB *ui.FontButton
- onClick func (int, string)
- onChanged func (int, string)
+ Account *pb.Config_Account
+
+// onClick func (int, string)
+// onChanged func (int, string)
custom func (*ButtonMap)
+
pbVM *pb.Event_VM
Name string // the text on the button
Note string // what type of button