]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
always let the multiline text control process the Enter key presses
[wxWidgets.git] / include / wx / msw / window.h
index a43525a245d902c7e2d4ea6420da002adac23ec8..a65bdbc19188b3235bc26bbc34236f5c9634f190 100644 (file)
@@ -341,7 +341,7 @@ public:
     bool HandleQueryNewPalette();
     bool HandleSysColorChange();
     bool HandleDisplayChange();
-
+    bool HandleCaptureChanged(WXHWND gainedCapture);
 
     bool HandleQueryEndSession(long logOff, bool *mayEnd);
     bool HandleEndSession(bool endSession, long logOff);
@@ -459,7 +459,8 @@ protected:
 #endif // wxUSE_TOOLTIPS
 
     // the helper functions used by HandleChar/KeyXXX methods
-    wxKeyEvent CreateKeyEvent(wxEventType evType, int id, WXLPARAM lp) const;
+    wxKeyEvent CreateKeyEvent(wxEventType evType, int id,
+                              WXLPARAM lParam = 0, WXWPARAM wParam = 0) const;
 
 private:
     // common part of all ctors