A GO GUI package
Go to file
Jeff Carr a482e34efa purge lots of old code
Signed-off-by: Jeff Carr <jcarr@wit.com>
2022-10-17 23:19:28 -05:00
cmds GROUP: implement 'group' in toolkit/ 2022-10-17 22:39:03 -05:00
toolkit/andlabs GROUP: implement 'group' in toolkit/ 2022-10-17 22:39:03 -05:00
.gitignore GROUP: implement 'group' in toolkit/ 2022-10-17 22:39:03 -05:00
LICENSE.md more cleanups 2019-05-31 09:01:46 -07:00
Makefile GROUP: implement 'group' in toolkit/ 2022-10-17 22:39:03 -05:00
README.md more cleanups 2019-05-31 09:01:46 -07:00
area.go Change Node to Box 2022-10-11 11:25:46 -05:00
box.go purge lots of old code 2022-10-17 23:19:28 -05:00
button.go Change Node to Box 2022-10-11 11:25:46 -05:00
color.go reimplement the color button 2019-06-05 10:01:36 -07:00
debug-window.go remove old code 2022-10-17 16:55:30 -05:00
debug.go Change Node to Box 2022-10-11 11:25:46 -05:00
doc.go GROUP: implement 'group' in toolkit/ 2022-10-17 22:39:03 -05:00
entry.go TITLE: set the window title 2022-10-17 19:57:16 -05:00
example_test.go REFACTOR: refactor everything to gui.Node struct 2021-10-31 14:21:36 -05:00
find.go Change Node to Box 2022-10-11 11:25:46 -05:00
go.mod GROUP: implement 'group' in toolkit/ 2022-10-17 22:39:03 -05:00
go.sum GROUP: implement 'group' in toolkit/ 2022-10-17 22:39:03 -05:00
group.go GROUP: implement 'group' in toolkit/ 2022-10-17 22:39:03 -05:00
gui.go Change Node to Box 2022-10-11 11:25:46 -05:00
int.go Add slander and spinbox in toolkit/andlabs 2022-10-16 08:07:13 -05:00
main.go REFACTOR: refactor everything to gui.Node struct 2021-10-31 14:21:36 -05:00
new-structs.go GROUP: implement 'group' in toolkit/ 2022-10-17 22:39:03 -05:00
slider.go Add slander and spinbox in toolkit/andlabs 2022-10-16 08:07:13 -05:00
spinbox.go Add slander and spinbox in toolkit/andlabs 2022-10-16 08:07:13 -05:00
structs.go Add slander and spinbox in toolkit/andlabs 2022-10-16 08:07:13 -05:00
tab.go start moving tab handling into toolkit/ 2022-10-17 00:38:27 -05:00
table.go Change Node to Box 2022-10-11 11:25:46 -05:00
tableCallbacks.go Change Node to Box 2022-10-11 11:25:46 -05:00
window-golang-debug.go GROUP: implement 'group' in toolkit/ 2022-10-17 22:39:03 -05:00
window-toolkit-demo.go GROUP: implement 'group' in toolkit/ 2022-10-17 22:39:03 -05:00
window.go remove old code 2022-10-17 16:55:30 -05:00

README.md

This is an abstraction layer around the excellent cross platform UI toolkit from andlabs/ui

This abstraction layer makes it easier to write simple interfaces for like our cloud control panel

The cross platform UI has 'quirks' due to it being cross platform. Some of the abstraction layer here attemps to obfuscate the ui objects so that it is more difficult to trigger inconsistancies.

In this regard, this is an attempt to restrict all andlabs/ui (and andlabs/libui) interaction to the calls within this library.