Basic support for tooltips under OS X Cocoa.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2010-02-13 06:30:06 +00:00
parent 06b76f7e8b
commit a7b9865d30
5 changed files with 24 additions and 0 deletions

View File

@@ -752,6 +752,9 @@ void wxWindowMac::DoSetToolTip(wxToolTip *tooltip)
if ( m_tooltip )
m_tooltip->SetWindow(this);
if (m_peer)
m_peer->SetToolTip(tooltip);
}
#endif