]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/pen.h
added wxGzipIOStreams (patch 792932)
[wxWidgets.git] / include / wx / os2 / pen.h
index e40ea0e562eb9b4e1734b12e7dce3ae7a70b9061..dfee541b9bb470b0888541ad7c044c0078a42dd9 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        pen.h
+// Name:        wx/os2/pen.h
 // Purpose:     wxPen class
 // Author:      David Webster
 // Modified by:
@@ -46,8 +46,8 @@ class WXDLLEXPORT wxPen : public wxGDIObject
 public:
     wxPen();
     wxPen( const wxColour& rColour
-          ,int             nWidth
-          ,int             nStyle
+          ,int             nWidth = 1
+          ,int             nStyle = wxSOLID
          );
     wxPen( const wxBitmap& rStipple
           ,int             nWidth
@@ -107,5 +107,7 @@ private:
     AREABUNDLE                     m_vAreaBundle;
 }; // end of CLASS wxPen
 
+extern int wx2os2PenStyle(int nWxStyle);
+
 #endif
     // _WX_PEN_H_