Added dash support

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-08-04 06:16:15 +00:00
parent 8e51701313
commit 1f631557e0
2 changed files with 116 additions and 6 deletions

View File

@@ -65,6 +65,7 @@ public:
wxBitmap *GetStipple() const;
WX_NSColor GetNSColor();
int GetCocoaLineDash(const float **pattern);
};
#endif // __WX_COCOA_PEN_H__