]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/pen.h
Export the event types.
[wxWidgets.git] / include / wx / mgl / pen.h
index a4f59afc5b02df1429261497b6e88d7c516a79cb..7b5edafd3bd724ef94d75fb9bfee76a9bd3a43a2 100644 (file)
@@ -33,14 +33,12 @@ public:
     wxPen() {}
     wxPen(const wxColour &colour, int width = 1, int style = wxSOLID);
     wxPen(const wxBitmap& stipple, int width);
-    wxPen(const wxPen& pen);
     ~wxPen() {}
-    wxPen& operator = (const wxPen& pen);
     bool operator == (const wxPen& pen) const;
     bool operator != (const wxPen& pen) const;
 
     void SetColour(const wxColour &colour);
-    void SetColour(const unsigned char red, const unsigned char green, const unsigned char blue);
+    void SetColour(unsigned char red, unsigned char green, unsigned char blue);
     void SetCap(int capStyle);
     void SetJoin(int joinStyle);
     void SetStyle(int style);