const wxString& name = wxButtonNameStr);
#if WXWIN_COMPATIBILITY
- wxBitmap *GetBitmap() const { return (wxBitmap *) & m_bmp; }
+ wxBitmap *GetBitmap() const { return (wxBitmap *) &GetBitmapLabel(); }
#endif
// Implementation
virtual void DrawButtonDisable( WXHDC dc, int left, int top, int right, int bottom, bool with_marg );
private:
- DECLARE_DYNAMIC_CLASS(wxBitmapButton)
+ DECLARE_DYNAMIC_CLASS_NO_COPY(wxBitmapButton)
};
#endif