- // IMPLEMENTATION
-#ifdef __WIN16__
- virtual bool MSWOnDraw(WXDRAWITEMSTRUCT *item);
- virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
-#endif // __WIN16__
+ wxBitmap GetBitmap() const
+ {
+ wxASSERT_MSG( !m_isIcon, _T("no bitmap in this wxStaticBitmap") );
+
+ return *(wxBitmap *)m_image;
+ }
+
+ // implementation only from now on
+ // -------------------------------