]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/radiobut.h
signned/unsigned fix
[wxWidgets.git] / include / wx / os2 / radiobut.h
index 1d3557cd10319c109df7c10c8c4ac4d3255d7c0a..753edfc5bed923c04515192e470ef7c51878cc34 100644 (file)
@@ -61,11 +61,16 @@ public:
     virtual void SetValue(bool bVal);
     virtual bool GetValue(void) const ;
 
-    bool         OS2Command( WXUINT wParam
-                            ,WXWORD wId
-                           );
-    void         Command(wxCommandEvent& rEvent);
-    virtual void SetFocus(void);
+    bool            OS2Command( WXUINT wParam
+                               ,WXWORD wId
+                              );
+    void            Command(wxCommandEvent& rEvent);
+    virtual MRESULT OS2WindowProc( WXUINT   uMsg
+                                  ,WXWPARAM wParam
+                                  ,WXLPARAM lParam
+                                 );
+    virtual void    SetFocus(void);
+
 protected:
     virtual wxSize DoGetBestSize() const;