Prevent activation of the AUI hint window (mini frame) on Mac.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
442e842ee7
commit
d90dcdb784
2 changed files with 15 additions and 0 deletions
|
|
@ -501,6 +501,8 @@ public:
|
|||
virtual void ShowHint(const wxRect& rect);
|
||||
virtual void HideHint();
|
||||
|
||||
void OnHintActivate(wxActivateEvent& event);
|
||||
|
||||
public:
|
||||
|
||||
// deprecated -- please use SetManagedWindow() and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue