X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b46b1d59d6f69ad80dcf5955375578a6504d100a..c39d2e0a3822e695efdfb2ead77a09defd6ed8c1:/include/wx/dfb/nonownedwnd.h?ds=sidebyside diff --git a/include/wx/dfb/nonownedwnd.h b/include/wx/dfb/nonownedwnd.h index 96d2ebbf88..2363c785e6 100644 --- a/include/wx/dfb/nonownedwnd.h +++ b/include/wx/dfb/nonownedwnd.h @@ -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 // -------------------------- @@ -88,6 +91,10 @@ protected: // wxWindows as in wx void SetDfbFocus(); + // overriden in wxTopLevelWindowDFB, there's no common handling for wxTLW + // and wxPopupWindow to be done here + virtual void HandleFocusEvent(const wxDFBWindowEvent& WXUNUSED(event_)) {} + private: // do queued painting in idle time void HandleQueuedPaintRequests();