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

I can use IndexAt to return the cell's row, but how to get the col? thanks!

i get lastest version and test logview example, but it cannot work properly...

Hi all, When I make a basic webview window and call www.google.com I get all kind of javascript errors. Is there something I'm missing? Regards, D4v1d

hello please add scrole bars to TextEdit control, like it is done in notepad. and where is api for line wrapping?

如何成功设置 PushButton 的背景?

Hi. I'm in the making of a small program with walk. I want to create a balloon icon with notifications only with walk. I am uisng windows 10 to compile...

there is a function called DateEdit, but it cannot allow to edit time. Is there has any API that support datetime edit?

``` style := win.GetWindowLong(mw.StatusBar().Handle(), win.GWL_STYLE) style &= ^win.SBARS_SIZEGRIP win.SetWindowLong(mw.StatusBar().Handle(), win.GWL_STYLE, style) ``` It doesn't work. And there is no way to set MainWindow when it is created.