Hi all,
I'd like to announce the availability of wxAUI 0.9.1 for download.
wxAUI is an Advanced User Interface library that aims to implement
"cutting-edge" interface usability and design features so developers can
quickly and easily create beautiful and usable application interfaces.
The centerpiece of the library is a docking manager which allows windows
to be floated/docked onto a frame.
This is our second release of the library. The first release, version 0.9, provides support for native, dockable floating frames, toolbars incorporating “spring-loadedâ€
Kirix Support Forums
wxAUI 0.9.1 released
2 posts
• Page 1 of 1
Looks great. A couple things:
- You need event.Skip() in OnChildFocus()
- It doesn't detect a pane losing focus. The only way a pane become inactive is if another pane in the same FrameManager becomes active. Here's the idea of the fix:
Edit: that fix is buggy
- You need event.Skip() in OnChildFocus()
- It doesn't detect a pane losing focus. The only way a pane become inactive is if another pane in the same FrameManager becomes active. Here's the idea of the fix:
Edit: that fix is buggy
Last edited by 280Z28 on Tue Jan 10, 2006 5:18 pm, edited 1 time in total.
- 280Z28
- Registered User
- Posts: 12
- Joined: Sun Jan 01, 2006 10:16 pm
- Location: Austin, TX > *
2 posts
· Page 1 of 1
Return to wxAUI Questions, Thoughts & Feedback