]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/pen.h
Minor modifications...
[wxWidgets.git] / include / wx / gtk / pen.h
index a0eaa2a59b0f88ef1d9f85601fccc736e32803c1..0649fe2473107641e54cfbcf811dc1f5a5e4a58b 100644 (file)
@@ -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 :-)
 };