X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/42b0d8b96d2b4246ccfbe985639ee40f94225b5b..c560da981a3304b3fa9e4b7be61f60f3f226946b:/include/wx/dfb/nonownedwnd.h?ds=sidebyside diff --git a/include/wx/dfb/nonownedwnd.h b/include/wx/dfb/nonownedwnd.h index 6c4e731d5c..f657eb236f 100644 --- a/include/wx/dfb/nonownedwnd.h +++ b/include/wx/dfb/nonownedwnd.h @@ -88,6 +88,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(); @@ -111,8 +115,8 @@ private: // are we currently painting some area of this TLW? bool m_isPainting; - friend class wxEventLoop; // for HandleDFBWindowEvent - friend class wxWindowDFB; // for SetDfbFocus + friend class wxGUIEventLoop; // for HandleDFBWindowEvent + friend class wxWindowDFB; // for SetDfbFocus }; #endif // _WX_DFB_NONOWNEDWND_H_