X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5921f83f7382082cd66936f2a678827317c55b1e..bff4ec6360d28f3309e5199685950b43ab5e079a:/include/wx/mac/private.h diff --git a/include/wx/mac/private.h b/include/wx/mac/private.h index b2ad16aff3..2afc85b372 100644 --- a/include/wx/mac/private.h +++ b/include/wx/mac/private.h @@ -65,7 +65,7 @@ public : ~wxMacPortSetter() ; private : wxMacPortStateHelper m_ph ; - wxDC* m_dc ; + const wxDC* m_dc ; } ; class wxMacDrawingHelper @@ -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))