a platform that doesn't support them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28510
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// get the associated tooltip or NULL if none
wxToolTip* GetToolTip() const { return m_tooltip; }
wxString GetToolTipText() const ;
+#else
+ // make it much easier to compile apps in an environment
+ // that doesn't support tooltips, such as PocketPC
+ inline void SetToolTip( const wxString & WXUNUSED(tip) ) {}
#endif // wxUSE_TOOLTIPS
// drag and drop