helpers and typemaps for new GraphicsContext methods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-11 04:42:49 +00:00
parent 0f82eb02e4
commit 281c54cc42
6 changed files with 273 additions and 72 deletions

View File

@@ -235,8 +235,10 @@ static wxPyCoreAPI API = {
wxPyInstance_Check,
wxPySwigInstance_Check,
wxPyCheckForApp
wxPyCheckForApp,
wxArrayDouble2PyList_helper,
wxPoint2D_LIST_helper
};
#endif