Implemented wxBitmapDataObject.
Implemented generic wxDataObject support in wxClipboard. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -96,6 +96,8 @@ public:
|
||||
bool Create(int width, int height, int depth = -1);
|
||||
bool Create(void* data, wxBitmapType type,
|
||||
int width, int height, int depth = -1);
|
||||
// create the wxBitmap using a _copy_ of the pixmap
|
||||
bool Create(WXPixmap pixmap);
|
||||
|
||||
int GetHeight() const;
|
||||
int GetWidth() const;
|
||||
|
Reference in New Issue
Block a user