Applied patch [ 652336 ] Add tooltip support to wxUniv on Windows

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-01-03 12:14:59 +00:00
parent 0f5edc6dbf
commit ca827deb02
6 changed files with 54 additions and 2 deletions

View File

@@ -160,6 +160,10 @@ public:
virtual bool Enable(bool enable = TRUE);
virtual bool Show(bool show = TRUE);
#if wxUSE_TOOLTIPS
virtual void DoSetToolTip( wxToolTip *tip );
#endif // wxUSE_TOOLTIPS
protected:
// override the base class virtuals involved into geometry calculations
virtual wxSize DoGetBestClientSize() const;