/////////////////////////////////////////////////////////////////////////////
-// Name: pen.h
+// Name: wx/gtk/pen.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
#ifndef __GTKPENH__
#define __GTKPENH__
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface
#endif
// classes
//-----------------------------------------------------------------------------
-class wxPen;
+class WXDLLIMPEXP_CORE wxPen;
#if defined(__WXGTK127__) || defined(__WXGTK20__)
typedef gint8 wxGTKDash;
// wxPen
//-----------------------------------------------------------------------------
-class wxPen: public wxGDIObject
+class WXDLLIMPEXP_CORE 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 )