- virtual wxIDirectFBSurfacePtr ObtainDfbSurface() const;
-
- // overriden wxWindow methods
- virtual void DoGetPosition(int *x, int *y) const;
- virtual void DoGetSize(int *width, int *height) const;
- virtual void DoMoveWindow(int x, int y, int width, int height);
-
- 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();
-
- // DirectFB events handling
- static void HandleDFBWindowEvent(const wxDFBWindowEvent& event_);