/////////////////////////////////////////////////////////////////////////////
-// Name: pen.h
+// Name: wx/mac/pen.h
// Purpose: wxPen class
// Author: Stefan Csomor
// Modified by:
DECLARE_DYNAMIC_CLASS(wxPen)
public:
wxPen();
- wxPen(const wxColour& col, int width, int style);
+ wxPen(const wxColour& col, int width = 1, int style = wxSOLID);
wxPen(const wxBitmap& stipple, int width);
wxPen(const wxPen& pen)
: wxGDIObject()