]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/ogl/oglhelpers.h
Actually check if the menu should be shown before popping it up
[wxWidgets.git] / wxPython / contrib / ogl / oglhelpers.h
index 532e7d68e4d6103d65bc7da883bafb9f8b9dd893..be345e7ae92fbe42edb7c7a17d20ed1fa63f3285 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);
+PyObject* wxPyMake_wxShapeEvtHandler(wxShapeEvtHandler* source);
+PyObject* wxPy_ConvertShapeList(wxListBase* list, const char* className);