]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/nonownedwnd.h
Removed wxPGProperty:GetArrIndex() in favor of GetIndexInParent()
[wxWidgets.git] / include / wx / dfb / nonownedwnd.h
index f657eb236f0e8079e3695534d814be77a4d70de2..2363c785e615092e56850048e3f2f425f53d5867 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Name:        wx/dfb/nonownedwnd.h
-// Purpose:     declares wxNonTopLevelWindow class
+// Purpose:     declares wxNonOwnedWindow class
 // Author:      Vaclav Slavik
 // Modified by:
 // Created:     2006-12-24
@@ -59,6 +59,9 @@ public:
 
     virtual void Update();
 
+    virtual void Raise();
+    virtual void Lower();
+
     // implementation from now on
     // --------------------------