Add wxBitmapBundle::FromImpl() and GetImpl()
For now they're only used internally but at least the latter will be made public later.
This commit is contained in:
@@ -244,6 +244,13 @@ wxBitmapBundle wxBitmapBundle::FromBitmaps(const wxVector<wxBitmap>& bitmaps)
|
||||
return wxBitmapBundle(new wxBitmapBundleImplSet(bitmaps));
|
||||
}
|
||||
|
||||
/* static */
|
||||
wxBitmapBundle wxBitmapBundle::FromImpl(wxBitmapBundleImpl* impl)
|
||||
{
|
||||
return wxBitmapBundle(impl);
|
||||
}
|
||||
|
||||
|
||||
// MSW has its own, actually working, version, in MSW-specific code.
|
||||
#ifndef __WXMSW__
|
||||
|
||||
|
Reference in New Issue
Block a user