Created and wrapped wxPyControlPoint

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-09-30 06:58:38 +00:00
parent 74b31181b3
commit 2348eaee20
16 changed files with 1868 additions and 497 deletions

View File

@@ -31,6 +31,8 @@ from image import *
from printfw import *
from sizers import *
from oglbasic import *
from oglshapes import *
@@ -132,7 +134,7 @@ wxCircleShape = wxPyCircleShape
wxLineShape = wxPyLineShape
wxPolygonShape = wxPyPolygonShape
wxTextShape = wxPyTextShape
wxControlPoint = wxPyControlPoint
# Stuff these names into the wx namespace so wxPyConstructObject can find them
import wx
@@ -152,4 +154,4 @@ wx.wxPyPolygonShapePtr = wxPyPolygonShapePtr
wx.wxPyTextShapePtr = wxPyTextShapePtr
wx.wxShapeRegionPtr = wxShapeRegionPtr
wx.wxOGLConstraintPtr = wxOGLConstraintPtr
wx.wxControlPointPtr = wxControlPointPtr
wx.wxControlPointPtr = wxPyControlPointPtr