]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/bitmap.h
Added wxDataViewTreeCtrl
[wxWidgets.git] / include / wx / mac / carbon / bitmap.h
index b14f3436ea24a11bf4b85b916723fb1c94134e18..588cf8285b0af501363e0f1326dfb98d1a85e8d2 100644 (file)
@@ -167,8 +167,12 @@ public:
     WXHBITMAP GetHBITMAP( WXHBITMAP * mask = NULL ) const;
 
     // returns a CGImageRef which must released after usage with CGImageRelease
-    WXCGIMAGEREF CGImageCreate() const ;
+    CGImageRef CreateCGImage() const ;
 
+    // returns a IconRef which must be retained before and released after usage
+    IconRef GetIconRef() const;
+    // returns a IconRef which must be released after usage
+    IconRef CreateIconRef() const;
     // get read only access to the underlying buffer
     void *GetRawAccess() const ;
     // brackets to the underlying OS structure for read/write access