A GO GUI package
Go to file
Jeff Carr c3ba0117df remove libui dependancy on ui.TableString type
Use standard golang 'string' instead of requiring every external
function that manipulates the UI actually need to import the libui
toolkit. This hopefully seperates the GUI from the data the GUI
displays. The libui code actually scans through the data and
updates the cells based on what is stored in memory so this
makes this seperation clean.

Signed-off-by: Jeff Carr <jcarr@wit.com>
2019-05-21 14:48:15 -07:00
Makefile Initial commit 2019-05-08 13:04:18 -07:00
demo.go start working on a VM window 2019-05-15 11:03:42 -07:00
examples.go more code cleanup 2019-05-12 23:02:39 -07:00
gui.go better variable names 2019-05-21 14:39:46 -07:00
table.go remove libui dependancy on ui.TableString type 2019-05-21 14:48:15 -07:00
tableCallbacks.go remove libui dependancy on ui.TableString type 2019-05-21 14:48:15 -07:00
vmWindow.go start working on a VM window 2019-05-15 11:03:42 -07:00