]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/pen.h
Some more wxMotif stuff: menus
[wxWidgets.git] / include / wx / gtk1 / pen.h
index e3529c6699a81a7ff6bb648c0270b82c99b0f9f4..d6c4d632b8d4a39941f2f22f410c5ba10f4bee60 100644 (file)
@@ -50,7 +50,7 @@ class wxPen: public wxGDIObject
     
     void SetColour( const wxColour &colour );
     void SetColour( const wxString &colourName );
-    void SetColour( const int red, const int green, const int blue );
+    void SetColour( int red, int green, int blue );
     void SetCap( int capStyle );
     void SetJoin( int joinStyle );
     void SetStyle( int style );
@@ -62,6 +62,8 @@ class wxPen: public wxGDIObject
     int GetWidth(void) const;
     bool Ok(void) const;
     
+    void Unshare(void);
+    
     // no data :-)
 };