X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/281c54cc42f9ca2578f08218b1eed8d5208db8f7..a525c564dce82264ff5be3c8d59cb81ad3c59900:/wxPython/src/_graphics.i diff --git a/wxPython/src/_graphics.i b/wxPython/src/_graphics.i index 9a761ed4ee..683495f692 100644 --- a/wxPython/src/_graphics.i +++ b/wxPython/src/_graphics.i @@ -428,9 +428,8 @@ public: // // stroke disconnected lines from begin to end points // virtual void StrokeLines( size_t n, const wxPoint2D *beginPoints, const wxPoint2D *endPoints); - // is there a better name for this? %extend { - void StrokeDisconnectedLines(PyObject* beginPoints, PyObject* endPoints) + void StrokeLineSegements(PyObject* beginPoints, PyObject* endPoints) { size_t c1, c2, count; wxPoint2D* beginP = wxPoint2D_LIST_helper(beginPoints, &c1);