Missing wxPen (dashes) members.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -404,6 +404,25 @@ void wxPen::SetDashes( int WXUNUSED(nNbDashes),
|
||||
//
|
||||
} // end of wxPen::SetDashes
|
||||
|
||||
int wxPen::GetDashes( wxDash **ptr ) const
|
||||
{
|
||||
// TODO
|
||||
*ptr = (wxDash*) NULL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int wxPen::GetDashCount() const
|
||||
{
|
||||
// TODO
|
||||
return 0;
|
||||
}
|
||||
|
||||
wxDash* wxPen::GetDash() const
|
||||
{
|
||||
// TODO
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void wxPen::SetJoin(
|
||||
int nJoin
|
||||
)
|
||||
|
Reference in New Issue
Block a user