+ // Internal implementation function.
+ // Stop showing the visual hint while dragging.
+ void FinishTracking();
+
+ // Internal implementation function.
+ // Draw the hint rectangle.
+ void DoDrawHintRect( wxRect& rect, bool isInClientRect);
+
+ // Internal implementation function.
+ // Converts the given rectangle from window to screen coordinates.
+ void RectToScr( wxRect& frameRect, wxRect& scrRect );
+
+ // Internal implementation function.
+ // Show the hint; called within OnMouseMove.
+ void ShowHint( bool prevWasInClient );