]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
1. wxMSW::wxNotebook::SetPageSize() and SetPadding() added
[wxWidgets.git] / include / wx / image.h
index 893e272c2e1627596779b7d43ec962391de664fc..7f2b0904eac49eed8d4a68254f94e3d317e198d9 100644 (file)
@@ -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();