]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/window.h
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / include / wx / dfb / window.h
index e6c2796cf2eeb50c432c90767d715a5c1e2faa4f..2fc0544cd26a25d97ce7759ae8d09be106fe6c81 100644 (file)
@@ -20,8 +20,8 @@
 wxDFB_DECLARE_INTERFACE(IDirectFBSurface);
 struct wxDFBWindowEvent;
 
 wxDFB_DECLARE_INTERFACE(IDirectFBSurface);
 struct wxDFBWindowEvent;
 
-class WXDLLIMPEXP_CORE wxFont;
-class WXDLLIMPEXP_CORE wxTopLevelWindowDFB;
+class WXDLLIMPEXP_FWD_CORE wxFont;
+class WXDLLIMPEXP_FWD_CORE wxNonOwnedWindow;
 
 class wxOverlayImpl;
 class wxDfbOverlaysList;
 
 class wxOverlayImpl;
 class wxDfbOverlaysList;
@@ -75,7 +75,6 @@ public:
     virtual void Refresh(bool eraseBackground = true,
                          const wxRect *rect = (const wxRect *) NULL);
     virtual void Update();
     virtual void Refresh(bool eraseBackground = true,
                          const wxRect *rect = (const wxRect *) NULL);
     virtual void Update();
-    virtual void Clear();
     virtual void Freeze();
     virtual void Thaw();
     virtual bool IsFrozen() const { return m_frozenness > 0; }
     virtual void Freeze();
     virtual void Thaw();
     virtual bool IsFrozen() const { return m_frozenness > 0; }
@@ -108,7 +107,7 @@ public:
     wxIDirectFBSurfacePtr GetDfbSurface();
 
     // returns toplevel window the window belongs to
     wxIDirectFBSurfacePtr GetDfbSurface();
 
     // returns toplevel window the window belongs to
-    wxTopLevelWindowDFB *GetTLW() const { return m_tlw; }
+    wxNonOwnedWindow *GetTLW() const { return m_tlw; }
 
     void OnInternalIdle();
 
 
     void OnInternalIdle();
 
@@ -174,7 +173,7 @@ private:
 
 protected:
     // toplevel window (i.e. DirectFB window) this window belongs to
 
 protected:
     // toplevel window (i.e. DirectFB window) this window belongs to
-    wxTopLevelWindowDFB *m_tlw;
+    wxNonOwnedWindow *m_tlw;
 
 private:
     // subsurface of TLW's surface covered by this window
 
 private:
     // subsurface of TLW's surface covered by this window
@@ -190,7 +189,7 @@ private:
     // overlays for this window (or NULL if it doesn't have any)
     wxDfbOverlaysList *m_overlays;
 
     // overlays for this window (or NULL if it doesn't have any)
     wxDfbOverlaysList *m_overlays;
 
-    friend class wxTopLevelWindowDFB; // for HandleXXXEvent
+    friend class wxNonOwnedWindow; // for HandleXXXEvent
     friend class wxOverlayImpl; // for Add/RemoveOverlay
     friend class wxWindowDC; // for PaintOverlays
 
     friend class wxOverlayImpl; // for Add/RemoveOverlay
     friend class wxWindowDC; // for PaintOverlays