]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/pen.h
Added install scripts in missing places
[wxWidgets.git] / include / wx / gtk / pen.h
index a0eaa2a59b0f88ef1d9f85601fccc736e32803c1..10ccf5e9623a042ddc1febd77ed0ddbfd6618e25 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        pen.h
 // Purpose:
 // Author:      Robert Roebling
-// Created:     01/02/97
-// Id:
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id:          $Id$
+// Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -40,7 +39,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 +47,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 +59,8 @@ class wxPen: public wxGDIObject
     int GetWidth(void) const;
     bool Ok(void) const;
     
+    void Unshare(void);
+    
     // no data :-)
 };