implemented SetItemToolTip()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-05-04 23:40:06 +00:00
parent f7ce0e4a5f
commit aa1e6de9b1
2 changed files with 31 additions and 6 deletions

View File

@@ -125,6 +125,10 @@ public:
wxList m_buttons;
protected:
#if wxUSE_TOOLTIPS
virtual void DoSetItemToolTip(unsigned int n, wxToolTip *tooltip);
#endif
void DoApplyWidgetStyle(GtkRcStyle *style);
virtual bool GTKWidgetNeedsMnemonic() const;