]> git.saurik.com Git - wxWidgets.git/commitdiff
Added empty Raise() and Lower() methods for compatibilty.
authorKarsten Ballüder <ballueder@usa.net>
Tue, 11 Aug 1998 09:51:04 +0000 (09:51 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Tue, 11 Aug 1998 09:51:04 +0000 (09:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/window.h
include/wx/gtk1/window.h

index 15f75c70ba29248cdcac7e9b0a9c4a029845efe9..26e0c6a3401f83478fbd82ef0c8c8bc31e4f06c2 100644 (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 );
index 15f75c70ba29248cdcac7e9b0a9c4a029845efe9..26e0c6a3401f83478fbd82ef0c8c8bc31e4f06c2 100644 (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 );