is it possible to create a wxauttoolbar from an xml file?
like this for an ordinary toolbar:
- Code: Select all
toolbar = wxXmlResource::Get()->LoadToolBar(GetFrame(), wxT("toolbar"));
toolbar = wxXmlResource::Get()->LoadToolBar(GetFrame(), wxT("toolbar"));
Return to wxAUI Questions, Thoughts & Feedback