X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c23a0b01b3fb667ec41fc8271ce1ee5b5aa4e19..1cff61deed401f43f03aafb14531771c89b1df93:/include/wx/stubs/toolbar.h diff --git a/include/wx/stubs/toolbar.h b/include/wx/stubs/toolbar.h index 68ad607708..e42c5827ef 100644 --- a/include/wx/stubs/toolbar.h +++ b/include/wx/stubs/toolbar.h @@ -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: