///////////////////////////////////////////////////////////////////////////////
class wxToolTip : public wxObject
///////////////////////////////////////////////////////////////////////////////
class wxToolTip : public wxObject
// controlling tooltip behaviour: globally change tooltip parameters
// enable or disable the tooltips globally
// controlling tooltip behaviour: globally change tooltip parameters
// enable or disable the tooltips globally
wxString m_sText; // tooltip text
wxWindow* m_pWindow; // window we're associated with
}; // end of CLASS wxToolTip
wxString m_sText; // tooltip text
wxWindow* m_pWindow; // window we're associated with
}; // end of CLASS wxToolTip