]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/toolbar.h
added FreeBSD
[wxWidgets.git] / include / wx / stubs / toolbar.h
index 68ad607708519c6b3809a0a1aa87c0992b2d787b..e42c5827ef73f332b0d59ee68f8bf1f0a3fee289 100644 (file)
@@ -59,14 +59,13 @@ class WXDLLEXPORT wxToolBar: public wxToolBarBase
   wxSize GetToolSize() const;
 
   wxSize GetMaxSize() const;
-  void GetSize(int *w, int *y) const;
 
-  // Add all the buttons: required for Win.
+  // Add all the buttons
   virtual bool CreateTools();
-  virtual void SetRows(int nRows);
   virtual void Layout() {}
 
-  // The post-tool-addition call
+  // The post-tool-addition call. TODO: do here whatever's
+  // necessary for completing the toolbar construction.
   bool Realize() { return CreateTools(); };
 
 protected: