Not showing focus in wxPython? -


i don't know if stupid question, there way not show focus in wxpython? example, built simple gui few buttons , don't want dotted rectangle show on button have clicked.

if remember correctly in excel vba set takefocusonclick tag false. equivalent in wxpython?

wxpython uses native gui elements on each platform as possible , doesn't seem setting can changed. work-around use non-native button.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -