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:
@@ -752,6 +752,9 @@ void wxWindowMac::DoSetToolTip(wxToolTip *tooltip)
|
||||
|
||||
if ( m_tooltip )
|
||||
m_tooltip->SetWindow(this);
|
||||
|
||||
if (m_peer)
|
||||
m_peer->SetToolTip(tooltip);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user