]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/animate.h
initial draft of wxCollapsiblePane (patch 1577412 by Francesco)
[wxWidgets.git] / include / wx / generic / animate.h
index 09b22bd59370727995857afd0c13eb8610e7a900..f56056e5956087c88bb571f1a96687fb5cc3797f 100644 (file)
@@ -108,6 +108,8 @@ public:
     wxAnimation GetAnimation() const
         { return m_animation; }
 
+    void SetInactiveBitmap(const wxBitmap &bmp);
+
 public:     // event handlers
 
     void OnPaint(wxPaintEvent& event);
@@ -140,9 +142,11 @@ protected:      // internal utilities
     void FitToAnimation();
 
     // Draw the background; use this when e.g. previous frame had wxANIM_TOBACKGROUND disposal.
+    void DisposeToBackground();
     void DisposeToBackground(wxDC& dc);
     void DisposeToBackground(wxDC& dc, const wxPoint &pos, const wxSize &sz);
 
+    void UpdateBackingStoreWithStaticImage();
     void IncrementalUpdateBackingStore();
     bool RebuildBackingStoreUpToFrame(size_t);
     void DrawFrame(wxDC &dc, size_t);