]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/nonownedwnd.cpp
using new API instead of 2.8 compat, fixes #9990
[wxWidgets.git] / src / dfb / nonownedwnd.cpp
index 33f2777360767f2b8b6e3677055995b2a0c401c2..d77669378c8c0aa32c7aae08c04c767d394d7600 100644 (file)
@@ -259,6 +259,16 @@ bool wxNonOwnedWindow::Show(bool show)
     return true;
 }
 
+void wxNonOwnedWindow::Raise()
+{
+    m_dfbwin->RaiseToTop();
+}
+
+void wxNonOwnedWindow::Lower()
+{
+    m_dfbwin->LowerToBottom();
+}
+
 // ----------------------------------------------------------------------------
 // surfaces and painting
 // ----------------------------------------------------------------------------