Are there any events that we can bind to with AUI-managed frames? I'd like to be able to bind to docking/undocking events, for example.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
Are there any events that we can bind to with AUI-managed frames? I'd like to be able to bind to docking/undocking events, for example.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
Ed Leafe wrote:
Are there any events that we can bind to with AUI-managed frames? I'd like to be able to bind to docking/undocking events, for example.
There are a few events:
EVT_AUI_PANE_BUTTON
EVT_AUI_PANE_CLOSE
EVT_AUI_PANE_MAXIMIZE
EVT_AUI_PANE_RESTORE
EVT_AUI_RENDER
EVT_AUI_FIND_MANAGER
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
OK, thanks; that's a start. Where can I find some docs on these? I tried binding to all of them, and I see lots of "RENDER" events, but not much else. As I mentioned earlier, I'd like to be able to respond to dock/undock actions.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
On Jun 20, 2007, at 2:03 AM, Robin Dunn wrote:
Are there any events that we can bind to with AUI-managed frames? I'd like to be able to bind to docking/undocking events, for example.
There are a few events:
EVT_AUI_PANE_BUTTON
EVT_AUI_PANE_CLOSE
EVT_AUI_PANE_MAXIMIZE
EVT_AUI_PANE_RESTORE
EVT_AUI_RENDER
EVT_AUI_FIND_MANAGER
Ed Leafe wrote:
On Jun 20, 2007, at 2:03 AM, Robin Dunn wrote:
Are there any events that we can bind to with AUI-managed frames? I'd like to be able to bind to docking/undocking events, for example.
There are a few events:
EVT_AUI_PANE_BUTTON
EVT_AUI_PANE_CLOSE
EVT_AUI_PANE_MAXIMIZE
EVT_AUI_PANE_RESTORE
EVT_AUI_RENDER
EVT_AUI_FIND_MANAGEROK, thanks; that's a start. Where can I find some docs on these? I tried binding to all of them, and I see lots of "RENDER" events, but not much else. As I mentioned earlier, I'd like to be able to respond to dock/undock actions.
Looks like there isn't anything but the source code for now.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!