X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/debe6624c1e9d4bf3243381153d1e173c849bcd8..3efb01df7b4f5d6adb165119aa219c9ffde3cf42:/include/wx/gtk1/pen.h diff --git a/include/wx/gtk1/pen.h b/include/wx/gtk1/pen.h index a0eaa2a59b..0649fe2473 100644 --- a/include/wx/gtk1/pen.h +++ b/include/wx/gtk1/pen.h @@ -40,7 +40,6 @@ class wxPen: public wxGDIObject wxPen(void); wxPen( const wxColour &colour, int width, int style ); - wxPen( const wxString &colourName, int width, int style ); wxPen( const wxPen& pen ); wxPen( const wxPen* pen ); ~wxPen(void); @@ -49,7 +48,6 @@ class wxPen: public wxGDIObject bool operator != ( const wxPen& pen ); void SetColour( const wxColour &colour ); - void SetColour( const wxString &colourName ); void SetColour( int red, int green, int blue ); void SetCap( int capStyle ); void SetJoin( int joinStyle ); @@ -62,6 +60,8 @@ class wxPen: public wxGDIObject int GetWidth(void) const; bool Ok(void) const; + void Unshare(void); + // no data :-) };