]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/toolbar.h
Added wxHelpControllerHtml, derived from wxHtmlHelpControllerBase. API like
[wxWidgets.git] / include / wx / motif / toolbar.h
index 590b417b4f5bc5e8063191957ec22a15225e88d5..5b26b9357ab22d9a399f568e6cfa6cfc97a3a4ef 100644 (file)
@@ -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;