This website requires JavaScript.
Explore
Help
Sign In
jcarr
/
new-gui
Watch
1
Star
0
Fork
You've already forked new-gui
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f48d3fbcfe
new-gui
/
.gitignore
5 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
open and close windows on linux for the VM Signed-off-by: Jeff Carr <jcarr@wit.com>
2019-05-26 17:03:20 -05:00
*.swp
REFACTOR: refactor everything to gui.Node struct Signed-off-by: Jeff Carr <jcarr@wit.com>
2021-10-31 14:21:36 -05:00
cmds/gui-demo/gui-demo
Add slander and spinbox in toolkit/andlabs fix the helloworld demo move slider into toolkit/ move more into the toolkit directory add spinbox() fix example minor update fix examples Fix andlabs.ui.Slider() to work again correctly implement custom OnChange() callback Signed-off-by: Jeff Carr <jcarr@wit.com>
2022-10-16 08:07:13 -05:00
cmds/helloworld/helloworld
Refactor to 'gui/toolkit/' * add a example cmds/consolemouse uses a console button to launch the andlabs/ui * fix wrong return value in toolkit/NewLabel() * redirect STDIN output to a file * wonderful fix of Window() exit * finally remove the ancient stupid variables x & y * phase out struct 'box' and use 'node' instead * better names for things: use NewFoo() and NewBar()
2022-10-19 13:23:22 -05:00
cmds/consolemouse/consolemouse