wxauitoolbar

Where is the documentation for wxAUIToolbar?

I looked in http://docs.wxwidgets.org/trunk/ but could't find the documentation for it. Does anyone know where it is and/or why it's not there? ...

managing wxAuiToolBars

I'm just loving these wx designs more and more... I have created this set of objects and such that are meant to represent tools that are accessable through the toolbar and through menus. These of course have to be managed independently and even if not, I need to be able to toggle things in response to events not associated with toolbar...

ERLANG - WX NOTEBOOK SIZE

Hi Everyone, Im having a small issue today.. I am trying to create an aui as shown in the demo program of the wx module. The size of the actual tabs will not change no matter what I do. They stay at about 400 by 50 and I can't understand why. I think it may be when I call Manager = wxAuiManager:new([{managed_wnd, Panel}]), I need ...