Added wxChildFocusEvent
Updated wxHtmlWindow Added wxEditableListBox git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -152,7 +152,7 @@ bool _2int_seq_helper(PyObject* source, int* i1, int* i2);
|
||||
bool _4int_seq_helper(PyObject* source, int* i1, int* i2, int* i3, int* i4);
|
||||
|
||||
|
||||
PyObject* wxArrayString2PyList_helper(const wxArrayString& app);
|
||||
PyObject* wxArrayString2PyList_helper(const wxArrayString& arr);
|
||||
|
||||
|
||||
#define RETURN_NONE() { Py_INCREF(Py_None); return Py_None; }
|
||||
@@ -288,7 +288,7 @@ struct wxPyCoreAPI {
|
||||
PyObject* (*p_wxPyMake_wxObject)(wxObject* source, bool checkEvtHandler);
|
||||
PyObject* (*p_wxPyMake_wxSizer)(wxSizer* source);
|
||||
void (*p_wxPyPtrTypeMap_Add)(const char* commonName, const char* ptrName);
|
||||
|
||||
PyObject* (*p_wxArrayString2PyList_helper)(const wxArrayString& arr);
|
||||
};
|
||||
|
||||
#ifdef wxPyUSE_EXPORT
|
||||
|
Reference in New Issue
Block a user