]> git.saurik.com Git - wxWidgets.git/commitdiff
new bitmap creation code for mac
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 16 Feb 2002 13:37:23 +0000 (13:37 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 16 Feb 2002 13:37:23 +0000 (13:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/private.h

index 1f9e0b0c41ea189ff7872af657aafd50db17a6d8..2afc85b37267f4953addd031d927f4abff75f08f 100644 (file)
@@ -109,6 +109,7 @@ PicHandle       wxMacCreatePict( GWorldPtr gw , GWorldPtr mask = NULL ) ;
 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 ) ;
+void wxMacCreateBitmapButton( ControlButtonContentInfo*info , const wxBitmap& bitmap ) ;
 
 #define MAC_WXCOLORREF(a) (*((RGBColor*)&(a)))
 #define MAC_WXHBITMAP(a) (GWorldPtr(a))