]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/artprov.h
fixes to Freeze/Thawn when the window is shown or hidden in between Freeze and Thaw
[wxWidgets.git] / interface / artprov.h
index d78cd3767ba5845dc16095426f8bf8cc86d1d168..858d0fc9346e7e09a854d80eddd6efad24a6760d 100644 (file)
@@ -18,8 +18,8 @@
     replace standard art with their own version.
 
     All that is needed is to derive a class from wxArtProvider, override either its
-    wxArtProvider::CreateBitmap and/or its wxArtProvider::CreateIconBundle methods
-    and register the provider with wxArtProvider::Push:
+    wxArtProvider::CreateBitmap() and/or its wxArtProvider::CreateIconBundle() methods
+    and register the provider with wxArtProvider::Push():
 
     @code
       class MyProvider : public wxArtProvider
@@ -185,9 +185,9 @@ public:
 
         @see CreateIconBundle()
     */
-    wxBitmap CreateBitmap(const wxArtID& id,
-                          const wxArtClient& client,
-                          const wxSize& size);
+    virtual wxBitmap CreateBitmap(const wxArtID& id,
+                                  const wxArtClient& client,
+                                  const wxSize& size);
 
     /**
         This method is similar to CreateBitmap() but can be used when a bitmap