[wxPython-users] AUI and menus
Robin Dunn
robin at alldunn.com
Fri Jun 1 11:57:30 PDT 2007
Ken Seehart wrote:
> Robin Dunn wrote:
>> Ken Seehart wrote:
>>> Fixed item 1.
>>>
>>> Just want to know about how to get rid of the "&Windows" menu.
>>
>> It's a standard feature of the MDI classes. If you don't want the
>> MDI-like behavior then just use the AUI notebook directly instead.
>>
> Dang. I want everything else in AUI-MDI. At least I think I do....
> In particular, I like the ability to drag tabs to create new panes. Can
> I do that with a combination of AUI notebook and AUI_DockingWindowMgr?
> Any samples out there showing this combination?
AUINotebook handles the docking internally, no need to try and combine
it with a manager.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list