demo tweak
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
84c1ffa9cc
commit
3520ad4b92
@ -114,7 +114,11 @@ keyMap = {
|
||||
|
||||
class KeySink(wxWindow):
|
||||
def __init__(self, parent):
|
||||
wxWindow.__init__(self, parent, -1, style=wxWANTS_CHARS)
|
||||
wxWindow.__init__(self, parent, -1, style =
|
||||
wxWANTS_CHARS
|
||||
#| wxRAISED_BORDER
|
||||
#| wxSUNKEN_BORDER
|
||||
)
|
||||
self.SetBackgroundColour(wxBLUE)
|
||||
self.haveFocus = false
|
||||
self.callSkip = false
|
||||
|
Loading…
Reference in New Issue
Block a user