]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/ogl/oglhelpers.h
don't show generic dir dlg when it's the same as the standard one
[wxWidgets.git] / wxPython / contrib / ogl / oglhelpers.h
index 532e7d68e4d6103d65bc7da883bafb9f8b9dd893..ef4be52d3d0ee7e755c429241758c4ed8f480f65 100644 (file)
 
 
 //---------------------------------------------------------------------------
 
 
 //---------------------------------------------------------------------------
-// These are prototypes of some helper functions found in oglhelpers.cpp
+// These are prototypes of some helper functions found in ogl.i
 
 wxList* wxPy_wxListHelper(PyObject* pyList, char* className);
 wxList* wxPy_wxRealPoint_ListHelper(PyObject* pyList);
 
 wxList* wxPy_wxListHelper(PyObject* pyList, char* className);
 wxList* wxPy_wxRealPoint_ListHelper(PyObject* pyList);
+PyObject* wxPyMake_wxShapeEvtHandler(wxShapeEvtHandler* source);