]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/ogl/oglshapes2.i
All variables/parameters having to do with number of columns changed to be of type...
[wxWidgets.git] / wxPython / contrib / ogl / oglshapes2.i
index ef2a7189587cefe501006054f0aa9d4135f337ab..a79ebca598c4a1957a1aa858454f275b1a9e1074 100644 (file)
@@ -14,7 +14,7 @@
 %module oglshapes2
 
 %{
-#include "helpers.h"
+#include "export.h"
 #include "oglhelpers.h"
 %}
 
@@ -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);