no real changes, just move wxMask::GetBitmap() to wxMask section
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1173,13 +1173,6 @@ wxMask *wxBitmap::GetMask() const
|
||||
return GetBitmapData() ? GetBitmapData()->GetMask() : NULL;
|
||||
}
|
||||
|
||||
wxBitmap wxMask::GetBitmap() const
|
||||
{
|
||||
wxBitmap bmp;
|
||||
bmp.SetHBITMAP(m_maskBitmap);
|
||||
return bmp;
|
||||
}
|
||||
|
||||
wxDC *wxBitmap::GetSelectedInto() const
|
||||
{
|
||||
#if wxDEBUG_LEVEL
|
||||
@@ -1547,6 +1540,13 @@ bool wxMask::Create(const wxBitmap& bitmap, const wxColour& colour)
|
||||
#endif // __WXMICROWIN__/!__WXMICROWIN__
|
||||
}
|
||||
|
||||
wxBitmap wxMask::GetBitmap() const
|
||||
{
|
||||
wxBitmap bmp;
|
||||
bmp.SetHBITMAP(m_maskBitmap);
|
||||
return bmp;
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxBitmapHandler
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user