]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/statbmp.h
fixes to handling of the 7 bit ASCII encoding
[wxWidgets.git] / include / wx / os2 / statbmp.h
index 116e25034d3f32f34548389168bfe2a0113db33b..f42b488f46439bf5d8d3611d929ec63539a6a100 100644 (file)
@@ -19,8 +19,6 @@
 #include "wx/control.h"
 #include "wx/icon.h"
 
-WXDLLEXPORT_DATA(extern const char*) wxStaticBitmapNameStr;
-
 class WXDLLEXPORT wxStaticBitmap : public wxStaticBitmapBase
 {
  public:
@@ -60,6 +58,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 +79,7 @@ protected:
     wxGDIImage*                     m_pImage;
 private:
     DECLARE_DYNAMIC_CLASS(wxStaticBitmap)
-};
+}; // end of wxStaticBitmap
 
 #endif
     // _WX_STATBMP_H_