diff options
| author | Jeff Carr <[email protected]> | 2019-05-22 19:18:55 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-22 19:18:55 -0700 |
| commit | 72c316dc990ca42faa23704ccf924ed0abd4e2c2 (patch) | |
| tree | 6d10015d470e89c2e4347736e44548e504cb87fb /gui.go | |
| parent | 7ea694b0865b3fead15c0ad5d0192d43badb5fd4 (diff) | |
calls back on button clicks
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ type GuiDataStructure struct { Width int Height int ButtonClick func(int, string) + CurrentVM string cloudWindow *ui.Window mainwin *ui.Window |
