Reputation: 227
I am trying to make four buttons in a panel receive focus at once. Is this possible?
Upvotes: 1
Views: 38
Reputation: 33111
No, it is not possible. wxPython does not support setting focus to multiple widgets at once.