Removed a deprecated wxBitmap constructor, and some

more deprecated code. Move XCreateInsensitivePixmap to
bmpbase.cpp (another step towards removing
src/motif/bitmap.cpp).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-03-31 18:53:47 +00:00
parent 01772f64db
commit e8508ea8a8
3 changed files with 109 additions and 99 deletions

View File

@@ -153,10 +153,12 @@ public:
// from XPM
wxBitmap(const char **data) { (void)CreateFromXpm(data); }
wxBitmap(char **data) { (void)CreateFromXpm((const char **)data); }
#if 0
// Initialize with XPM data -- deprecated
wxBitmap(char **data, wxControl* control);
#endif
// Load a file or resource
wxBitmap(const wxString& name, wxBitmapType type = wxBITMAP_TYPE_XPM);