Registry / other / lxn-walk

lxn-walk

JSON →
library0.0.0-20210112085537-c389da54e794gogounverified

Package walk is a Windows GUI toolkit for Go, providing native Windows controls and dialogs.

go get github.com/lxn/walk
INSTALL
IMPORT
SIG · LXN-WALK
L
lxn-walk
othergov0.0.0-20210112085537-c389da54e794
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

walk
github.com/lxn/walk

Create and show a simple main window.

package main import ( "github.com/lxn/walk" . "github.com/lxn/walk/declarative" ) func main() { mw, _ := walk.NewMainWindow() mw.SetTitle("Hello") mw.Show() walk.Run(mw) }
Debug
Known issues
gotchaWalk is Windows-only and requires CGO; it does not work on Linux or macOS.
fix
Use platform-specific build tags or alternative GUI libraries for cross-platform support.
affects: *
Upgrade
Version history
0.0.0-20210112085537-c389da54e794latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
lxn-walk — go get lxn-walk · libregistry