Added empty Raise() and Lower() methods for compatibilty.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1998-08-11 09:51:04 +00:00
parent d279310da9
commit e149aaeb44
2 changed files with 16 additions and 0 deletions

View File

@@ -151,6 +151,14 @@ public:
void OnSysColourChanged( wxSysColourChangedEvent &WXUNUSED(event) ) {};
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 bool IsRetained();
virtual wxWindow *FindWindow( long id );
virtual wxWindow *FindWindow( const wxString& name );