projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed bug when a fixed pane is resized inside a fixed dock
[wxWidgets.git]
/
wxPython
/
src
/
_core_api.i
diff --git
a/wxPython/src/_core_api.i
b/wxPython/src/_core_api.i
index 0669d1fcbb95e99f4c545a21f447b684058ede40..b85f62cae242d89e99d110a2b56873be67118df1 100644
(file)
--- a/
wxPython/src/_core_api.i
+++ b/
wxPython/src/_core_api.i
@@
-235,8
+235,13
@@
static wxPyCoreAPI API = {
wxPyInstance_Check,
wxPySwigInstance_Check,
- wxPyCheckForApp
+ wxPyCheckForApp
,
+ wxArrayDouble2PyList_helper,
+ wxPoint2D_LIST_helper,
+ wxRect2D_helper,
+ wxPosition_helper,
+
};
#endif