some little fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-02-21 20:57:57 +00:00
parent 331a33a1bc
commit 211a46cf82
5 changed files with 78 additions and 34 deletions

View File

@@ -207,6 +207,9 @@ public:
bool IsSpline();
void MakeLineControlPoints(int n);
// TODO:
// inline wxList *GetLineControlPoints() { return m_lineControlPoints; }
void SetAttachmentFrom(int fromAttach);
void SetAttachments(int fromAttach, int toAttach);
void SetAttachmentTo(int toAttach);