lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.78k stars 886 forks source link

How do a get buttons not to take the focus? #818

Open lclee3390 opened 1 year ago

lclee3390 commented 1 year ago

I want my buttons not get the focus ever, for example: (1) when I press TAB the focus will skip on it (2) not to grab the focus when they are clicked

How should I develop?