]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/window.h
Work on wxEdit sample.
[wxWidgets.git] / include / wx / os2 / window.h
index f225147eac1ecbfbef4bb46ed85969cb8950cfa1..318f7c5801d134e9f0ebacb276625c6b018e7525 100644 (file)
@@ -409,10 +409,10 @@ public:
                     ,WXLPARAM lParam
                     ,bool     bIsASCII = FALSE
                    );
-    bool HandleKeyDown( WXWORD   wParam
+    bool HandleKeyDown( WXWPARAM wParam
                        ,WXLPARAM lParam
                       );
-    bool HandleKeyUp( WXDWORD  wParam
+    bool HandleKeyUp( WXWPARAM wParam
                      ,WXLPARAM lParam
                     );
     bool HandleQueryDragIcon(WXHICON* phIcon);
@@ -581,7 +581,11 @@ private:
                       ,WXLPARAM* pResult
                      );
     // the helper functions used by HandleChar/KeyXXX methods
-    wxKeyEvent CreateKeyEvent(wxEventType evType, int id, WXLPARAM lp) const;
+    wxKeyEvent CreateKeyEvent( wxEventType evType
+                              ,int         nId
+                              ,WXLPARAM    lParam = 0
+                              ,WXWPARAM    wParam = 0
+                             ) const;
 
 
     DECLARE_DYNAMIC_CLASS(wxWindowOS2);