diff options
| author | Jeff Carr <[email protected]> | 2019-05-24 19:29:08 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-24 19:29:08 -0700 |
| commit | 601ffee7c0d064abf5cab9f0c0df6069ed661c08 (patch) | |
| tree | eb4688b7bda8c6c601553bc2d306b4a0209f3ce1 /structs.go | |
| parent | 3198bd3484fed9e3fe59d20a5828c3de0e2c75e9 (diff) | |
fixed. control panel is working again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |
