// overriden base class virtuals
virtual bool AcceptsFocus() const { return FALSE; }
+ virtual MRESULT OS2WindowProc( WXUINT uMsg
+ ,WXWPARAM wParam
+ ,WXLPARAM lParam
+ );
protected:
virtual wxSize DoGetBestSize() const;
wxGDIImage* m_pImage;
private:
DECLARE_DYNAMIC_CLASS(wxStaticBitmap)
-};
+}; // end of wxStaticBitmap
#endif
// _WX_STATBMP_H_