]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/statbmp.h
Support for Toplevel window
[wxWidgets.git] / include / wx / os2 / statbmp.h
index 116e25034d3f32f34548389168bfe2a0113db33b..bc7d4e58fc1350d543902580a2e10b7b876fc46d 100644 (file)
@@ -60,6 +60,10 @@ class WXDLLEXPORT wxStaticBitmap : public wxStaticBitmapBase
 
     // overriden base class virtuals
     virtual bool AcceptsFocus() const { return FALSE; }
+    virtual MRESULT OS2WindowProc( WXUINT   uMsg
+                                  ,WXWPARAM wParam
+                                  ,WXLPARAM lParam
+                                 );
 
 protected:
     virtual wxSize DoGetBestSize() const;
@@ -77,7 +81,7 @@ protected:
     wxGDIImage*                     m_pImage;
 private:
     DECLARE_DYNAMIC_CLASS(wxStaticBitmap)
-};
+}; // end of wxStaticBitmap
 
 #endif
     // _WX_STATBMP_H_