diff -r 53e4a2b775a7 -r 074e46cdedbc controls/CustomToolTip.py --- a/controls/CustomToolTip.py Thu May 23 18:47:44 2013 +0200 +++ b/controls/CustomToolTip.py Thu May 23 20:39:10 2013 +0200 @@ -116,9 +116,9 @@ # Prevent to call wx method in non-wx threads wx.CallAfter(self.RefreshTip) - def MoveToolTip(self, pos): - """ - Move tool tip + def SetToolTipPosition(self, pos): + """ + Set tool tip position @param pos: New tool tip position """ # Get screen size to prevent tool tip to go out of the screen