* When cloning the ref data, copy the NSBitmapImageRep instead of retaining it

* Added SetNSBitmapImageRep so that wxMemoryDC can update the contents by
  replacing the entire NSBitmapImageRep.
* Added ability to create bitmaps from width/height


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-08-08 14:49:53 +00:00
parent 4e209a2064
commit ab13160e71
2 changed files with 29 additions and 2 deletions

View File

@@ -144,6 +144,7 @@ public:
// wxCocoa
WX_NSBitmapImageRep GetNSBitmapImageRep();
void SetNSBitmapImageRep(WX_NSBitmapImageRep bitmapImageRep);
static void InitStandardHandlers() { }
static void CleanUpHandlers() { }