// Add all the buttons
virtual bool CreateTools();
- virtual void Layout() {}
+ virtual void LayoutTools() {}
// The post-tool-addition call. TODO: do here whatever's
// necessary for completing the toolbar construction.
int FindIndexForWidget(WXWidget w);
WXWidget FindWidgetForIndex(int index);
+ WXWidget GetTopWidget() const;
+ WXWidget GetClientWidget() const;
+ WXWidget GetMainWidget() const;
+
protected:
// List of widgets in the toolbar, indexed by tool index
wxList m_widgets;