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

@@ -75,8 +75,7 @@ public:
void Hide() { Show(false); }
bool IsInteractive() const { return m_interactive; }
void EnableInteractive(bool interactive = true);
void DisableInteractive() { EnableInteractive(false); }
void SetInteractive(bool interactive = true);
void SetParent(wxTaskBarButton *parent) { m_taskBarButtonParent = parent; }
wxTaskBarButton* GetParent() const { return m_taskBarButtonParent; }