lxn / walk

A Windows GUI toolkit for the Go Programming Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do a get buttons not to take the focus?

lclee3390 opened this issue · comments

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?