Add missing wxMemoryDC::GetSelectedBitmap
This commit is contained in:
parent
eb0b4af073
commit
501e55f949
1 changed files with 7 additions and 0 deletions
|
|
@ -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();
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue