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
Post a Comment