with FindOrCreateXXX() are managed by the lists
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12806
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Copy constructors
inline wxBitmap(const wxBitmap& bitmap)
// Copy constructors
inline wxBitmap(const wxBitmap& bitmap)
- { Ref(bitmap); if ( wxTheBitmapList ) wxTheBitmapList->AddBitmap(this); }
// Initialize with raw data.
wxBitmap(const char bits[], int width, int height, int depth = 1);
// Initialize with raw data.
wxBitmap(const char bits[], int width, int height, int depth = 1);