Add wxRect2D

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-27 06:06:20 +00:00
parent ed1b38a88e
commit debe38c933
5 changed files with 256 additions and 25 deletions

View File

@@ -238,7 +238,9 @@ static wxPyCoreAPI API = {
wxPyCheckForApp,
wxArrayDouble2PyList_helper,
wxPoint2D_LIST_helper
wxPoint2D_LIST_helper,
wxRect2D_helper,
};
#endif