walk
walk copied to clipboard
A Windows GUI toolkit for the Go Programming Language
I was using a Windows system. I run go get github.com/lxn/walk go install github.com/lxn/walk installed to use this library. then I copied the demo project home page when I go...
Hello, i want to create a window fixed, with out minimize, maximize and close button, and always on top, and i can't do it with walk :(
I find browser type is IE7 when i test webview in windows10 , how do i modify this?
I'm currently with a problem: I want to show an image from an URL but I don't know how I want to show an image each time I press the...
``` panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x10 pc=0x6ca19d] goroutine 1 [running, locked to thread]: github.com/lxn/walk.(*Icon).handleForDPIWithError(0x0, 0x60, 0x12860b58, 0xeda56 0, 0x77d87000) C:/Users/shark/go/pkg/mod/github.com/lxn/[email protected] b3a9f5c1/icon.go:241...
i am trying to add wireguard.dll and tunnel.dll in refrence but it does not add in refrencess
walk supports HBox, VBox and Grid layouts. Which is fine for many kinds of applications. I found myself in need to have free-form position based layout where controls (labels, buttons)...
``` var win *walk.MainWindow var view *walk. ScrollView MainWindow{ AssignTo: &win, ... Children: []Widget{ HSplitter{ Children: []Widget{ PushButton{ OnClicked: func() { loading := newLoading(win) go update() loading.Run() }, }, ......
When I use the AppendText function to append string into edit,how can I print the 'enter' with "\n"
Hello pals, I'm trying to create a tray icon following this example https://github.com/lxn/walk/tree/master/examples/notifyicon The menu items inside could be dynamically created on the fly base on data that it queries...