]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxKeyEvents.py
tried to make Close() docs more clear
[wxWidgets.git] / wxPython / demo / wxKeyEvents.py
index 7c603f17ab76b73fd105876f209c58205777f06f..e7574a702a46226228d1d3b5efffe105c046409e 100644 (file)
@@ -114,8 +114,11 @@ keyMap = {
 
 class KeySink(wxWindow):
     def __init__(self, parent):
-        wxWindow.__init__(self, parent, -1,
-                          style=wxRAISED_BORDER | wxWANTS_CHARS)
+        wxWindow.__init__(self, parent, -1, style =
+                          wxWANTS_CHARS
+                          #| wxRAISED_BORDER
+                          #| wxSUNKEN_BORDER
+                          )
         self.SetBackgroundColour(wxBLUE)
         self.haveFocus = false
         self.callSkip = false