]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/nonownedwnd.h
compilation fix for Mingw: it doesn't have std::wostream
[wxWidgets.git] / include / wx / dfb / nonownedwnd.h
index 96d2ebbf88ba0e38ba62bb015a593776269cfc12..aa1a7f410e17aa1ccba120268514b0ce8586ff23 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
@@ -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();