GoUI is a simple, dependency-free GUI framework for Windows applications, written entirely in Go. It interacts directly with the Windows API (user32.dll, gdi32.dll) to create native windows and handle ...
The library is in active development. Any feedback or suggestions are welcome. The library provides helpers for building dialogs. AddDialogKeyHandler adds a key handler to a dialog. It enables the ...