X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/912aaab35cb1c8a13145dcf31a056e5e35bfad03..ef8f37e0dbfdd5b3eac3bce7ad13347c8ed450ef:/include/wx/mac/private.h?ds=sidebyside diff --git a/include/wx/mac/private.h b/include/wx/mac/private.h index 1f9e0b0c41..2afc85b372 100644 --- a/include/wx/mac/private.h +++ b/include/wx/mac/private.h @@ -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))