Tobias Abt
2014-01-30 10:48:18 UTC
Hi,
I need to detect if a pane is undocked or docked again.
Since the wxAuiManager has no events for it, I tried to derive my own class from the manager (as suggested in the Kirix forum). But the manager has only a few virtual functions and I only succeeded in making a "docked"-event (with ProcessDockResult).
I also tried to get the wxEVT_AUI_PANE_BUTTON event (simply changed one of the existing event macros in the sample to EVT_AUI_PANE_BUTTON), but this event never is received by my application.
Is there a (good) way to detect the docking and undocking of panes with the wxAuiManager?
Thanks and regards,
Tobi
---
wxWidgets: 3.0.0 rc2
Operating System: Windows 7
I need to detect if a pane is undocked or docked again.
Since the wxAuiManager has no events for it, I tried to derive my own class from the manager (as suggested in the Kirix forum). But the manager has only a few virtual functions and I only succeeded in making a "docked"-event (with ProcessDockResult).
I also tried to get the wxEVT_AUI_PANE_BUTTON event (simply changed one of the existing event macros in the sample to EVT_AUI_PANE_BUTTON), but this event never is received by my application.
Is there a (good) way to detect the docking and undocking of panes with the wxAuiManager?
Thanks and regards,
Tobi
---
wxWidgets: 3.0.0 rc2
Operating System: Windows 7
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users