R'bot wrote:
I just noticed the wx.lib.plot.py defines and use the name
"GetClosetPoint" rather than
"GetClosestPoint". Seems to me
now would be a great time to fix it.
1134: def GetClosetPoint(self, pntXY, pointScaled= True):
2024: dlst= self.client.GetClosetPoint(
self.client._getXY(event),
pointScaled=
True)
--
-- Scott David Daniels
Scott.Daniels Acm.Org
------------------------------------------------------------
---------
To unsubscribe, e-mail: wxPython-dev-unsubscribe lists.wxwidgets.org
For additional commands, e-mail: wxPython-dev-help lists.wxwidgets.org
|