]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/pen.h
added precomp-headers-exclude (DSP files only so far) and fixed dependencies for...
[wxWidgets.git] / include / wx / gtk / pen.h
index 3ee44368e24aa1c08a8861e9669d28cca11aa2a5..461950255dfd56eaf42317158f26b95712586dd4 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        pen.h
+// Name:        wx/gtk/pen.h
 // Purpose:
 // Author:      Robert Roebling
 // Id:          $Id$
@@ -42,7 +42,7 @@ class wxPen: public wxGDIObject
 public:
     wxPen() { }
     
-    wxPen( const wxColour &colour, int width, int style );
+    wxPen( const wxColour &colour, int width = 1, int style = wxSOLID );
     ~wxPen();
     
     wxPen( const wxPen& pen )