Added wxFrame::OnCreateStatusBar and ToolBar

Added wxWindow::Raise and Lower

  There isn't going to be wxFrame::SetToolBar.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1998-08-12 11:44:33 +00:00
parent 01b2eeec59
commit 362c669367
9 changed files with 520 additions and 469 deletions

View File

@@ -152,12 +152,8 @@ public:
virtual bool IsShown() const;
// Raise the window to the top of the Z order
virtual void Raise(void) {};
// Lower the window to the bottom of the Z order
virtual void Lower(void) {};
virtual void Raise(void);
virtual void Lower(void);
virtual bool IsRetained();
virtual wxWindow *FindWindow( long id );