X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a3ac83faf3338cd289023345e63df9fa24400a9..e839ce8d9b4f6d696891a1b99507fc1a09b424d7:/include/wx/motif/toolbar.h diff --git a/include/wx/motif/toolbar.h b/include/wx/motif/toolbar.h index 590b417b4f..5b26b9357a 100644 --- a/include/wx/motif/toolbar.h +++ b/include/wx/motif/toolbar.h @@ -64,7 +64,7 @@ class WXDLLEXPORT wxToolBar: public wxToolBarBase // 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. @@ -75,6 +75,10 @@ class WXDLLEXPORT wxToolBar: public wxToolBarBase 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;