]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/brush.h
Fixed delete operator for VC++ 6.
[wxWidgets.git] / include / wx / gtk / brush.h
index 32048f67b74d50d67ec6b181f9fa74490c4ff6b6..94c65f760f13033663065605e9e8095dd17db3ff 100644 (file)
@@ -54,6 +54,15 @@ class wxBrush: public wxGDIObject
     wxColour &GetColour(void) const;
     wxBitmap *GetStipple(void) const;
     
+    
+    void SetColour( const wxColour& col );
+    void SetColour( const wxString& col );
+    void SetColour( unsigned char r, unsigned char g, unsigned char b );
+    void SetStyle( int style );
+    void SetStipple( const wxBitmap& stipple );
+    
+    void Unshare(void);
+  
     // no data :-)
 };