Stub header changes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-08-09 16:31:10 +00:00
parent 93cf77c076
commit 5e25ba908f
29 changed files with 481 additions and 392 deletions

View 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: