X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be25e4809325d89075f6477025e02706137e6ffd..d9506e775853406953c4b3ecd6f57b85abdafdfd:/include/wx/image.h diff --git a/include/wx/image.h b/include/wx/image.h index 893e272c2e..7f2b0904ea 100644 --- a/include/wx/image.h +++ b/include/wx/image.h @@ -101,6 +101,9 @@ public: wxImage( const wxBitmap &bitmap ); operator wxBitmap() const { return ConvertToBitmap(); } wxBitmap ConvertToBitmap() const; +#ifdef __WXGTK__ + wxBitmap ConvertToMonoBitmap( unsigned char red, unsigned char green, unsigned char blue ); +#endif void Create( int width, int height ); void Destroy();