// Purpose: Declaration of wxRichToolTip class.
// Author: Vadim Zeitlin
// Created: 2011-10-07
-// RCS-ID: $Id$
// Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// or colour appropriate for the current platform.
void SetTitleFont(const wxFont& font);
- // Show the tooltip for the given window.
- void ShowFor(wxWindow* win);
+ // Show the tooltip for the given window and optionally a specified area.
+ void ShowFor(wxWindow* win, const wxRect* rect = NULL);
// Non-virtual dtor as this class is not supposed to be derived from.
~wxRichToolTip();