#endif
// Does the copying for this object
- void Copy(wxBitmapShape& copy);
+ void Copy(wxShape& copy);
- // Returns a new instance, and does the copy for this class. Define for each class.
- wxShape *PrivateCopy();
-
- void SetSize(float w, float h, bool recursive = TRUE);
+ void SetSize(double w, double h, bool recursive = TRUE);
inline wxBitmap& GetBitmap() const { return (wxBitmap&) m_bitmap; }
void SetBitmap(const wxBitmap& bm);
inline void SetFilename(const wxString& f) { m_filename = f; };