Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. class AddButton(wx.Button):
  2.     def AcceptsFocusFromKeyboard(self):
  3.         return False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement