#include "wx/os2/private.h"
#include "assert.h"
+IMPLEMENT_DYNAMIC_CLASS(wxPen, wxGDIObject)
+
wxPenRefData::wxPenRefData()
{
m_style = wxSOLID;
else return FALSE;
}
+bool wxPen::IsFree() const
+{
+ return (M_PENDATA && M_PENDATA->m_hPen == 0);
+}
+
void wxPen::Unshare()
{
// Don't change shared data
int wx2os2PenStyle(int wx_style)
{
- int cstyle;
+ int cstyle = 0;
// TODO:
/*
switch (wx_style)