walk icon indicating copy to clipboard operation
walk copied to clipboard

A Windows GUI toolkit for the Go Programming Language

Results 121 walk issues
Sort by recently updated
recently updated
newest added

when I put ListBox in GroupBox ,OnCurrentIndexChanged and OnItemActivated is Ineffective。 I modified the listbox example, just like this: ``` GroupBox{ Layout: VBox{}, Children: []Widget{ ListBox{ AssignTo: &mw.lb, Model: mw.model,...

How can I embed an image file within the exe file as a resource like the manifest. At the moment I need to put the original image file along with...

A running example and code example are given below, I change two lines of data, but only the last line takes effect. The first line takes effect only if you...

I use two screens at work. I compiled the tableview example in the demo. I found that after I ran it, I pulled it from one screen to another, which...

walk.NewMainWindow() causes NewMainWindowTTM_ADDTOOL failed Workaround (rush work): In walk/tooltip.go, comment out lines 184 to 186. And, when using taskbar Icons, the function walk.NewIconFromImageForDPI with PNG files avoid some issues on...

When I use ImageView to display the camera capture frame, 15fps/second, it will flicker when updating. `imgData, err := argMat.ToImage()` `if err != nil { return }` `imageBitmap, err :=...