]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/toplevel.h
SetTextColour is gone
[wxWidgets.git] / include / wx / dfb / toplevel.h
index f15d9e4fd7d7a96ec056c3e9487bbf67ffbae8b2..4d71aa7aac4df8f63a03ff3c05bf3060b1d4a73e 100644 (file)
@@ -94,6 +94,11 @@ protected:
 
     virtual void DoRefreshRect(const wxRect& rect);
 
+    // sets DirectFB keyboard focus to this toplevel window (note that DFB
+    // focus is different from wx: only shown TLWs can have it and not any
+    // wxWindows as in wx
+    void SetDfbFocus();
+
 private:
     // do queued painting in idle time
     void HandleQueuedPaintRequests();
@@ -129,6 +134,7 @@ private:
     bool m_isPainting;
 
     friend class wxEventLoop; // for HandleDFBWindowEvent
+    friend class wxWindowDFB; // for SetDfbFocus
 };
 
 #endif // _WX_DFB_TOPLEVEL_H_