]> git.saurik.com Git - wxWidgets.git/commitdiff
added conversion routines to CIconHandle
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 28 Oct 2001 19:26:05 +0000 (19:26 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 28 Oct 2001 19:26:05 +0000 (19:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/bitmap.h

index 7cc0160c274ee1e7966ed2eae4336df8711f7188..b7c8cdc11f84e02f16f5c295524a06420917056e 100644 (file)
@@ -28,9 +28,10 @@ class WXDLLEXPORT wxCursor;
 class WXDLLEXPORT wxImage;
 
 GWorldPtr      wxMacCreateGWorld( int width , int height , int depth ) ;
-void           wxMacDestroyGWorld( GWorldPtr gw ) ;
+void               wxMacDestroyGWorld( GWorldPtr gw ) ;
 PicHandle      wxMacCreatePict( GWorldPtr gw , GWorldPtr mask = NULL ) ;
-void           wxMacSetColorTableEntry( CTabHandle newColors , int index , int red , int green ,  int blue ) ;
+CIconHandle wxMacCreateCIcon(GWorldPtr image , GWorldPtr mask , short dstDepth , short iconSize  ) ;
+void               wxMacSetColorTableEntry( CTabHandle newColors , int index , int red , int green ,  int blue ) ;
 CTabHandle     wxMacCreateColorTable( int numColors ) ;
 
 // A mask is a mono bitmap used for drawing bitmaps