X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/debe6624c1e9d4bf3243381153d1e173c849bcd8..47bc1060127d86222768789575295254a710f5a6:/include/wx/gtk/brush.h diff --git a/include/wx/gtk/brush.h b/include/wx/gtk/brush.h index 32048f67b7..94c65f760f 100644 --- a/include/wx/gtk/brush.h +++ b/include/wx/gtk/brush.h @@ -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 :-) };