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

@@ -145,6 +145,7 @@ public :
void SetScrollThumb( wxInt32 value, wxInt32 thumbSize );
void SetFont( const wxFont & font , const wxColour& foreground , long windowStyle, bool ignoreBlack = true );
void SetToolTip( wxToolTip* tooltip );
void InstallEventHandler( WXWidget control = NULL );