Add missing wxMemoryDC::GetSelectedBitmap
This commit is contained in:
@@ -109,5 +109,12 @@ public:
|
|||||||
safely.
|
safely.
|
||||||
*/
|
*/
|
||||||
void SelectObjectAsSource(const wxBitmap& bitmap);
|
void SelectObjectAsSource(const wxBitmap& bitmap);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Get the selected bitmap.
|
||||||
|
*/
|
||||||
|
const wxBitmap& GetSelectedBitmap() const;
|
||||||
|
wxBitmap& GetSelectedBitmap();
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user