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:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user