Add docs for several interfaces of wxThumbBarButton.

Author: Chaobin Zhang

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2014-09-10 14:52:43 +00:00
parent 1f849ebcdd
commit 4c08974648
3 changed files with 50 additions and 8 deletions

View File

@@ -130,7 +130,7 @@ void wxThumbBarButton::Show(bool shown)
}
}
void wxThumbBarButton::EnableInteractive(bool interactive)
void wxThumbBarButton::SetInteractive(bool interactive)
{
if ( m_interactive != interactive )
{