diff --git a/interface/wx/artprov.h b/interface/wx/artprov.h index e0a3dc57b7..261a420602 100644 --- a/interface/wx/artprov.h +++ b/interface/wx/artprov.h @@ -440,6 +440,13 @@ public: protected: + /** + Derived art provider classes may override this method to return the + size of the images used by this provider. + + The default implementation returns the result of GetNativeSizeHint(). + */ + virtual wxSize DoGetSizeHint(const wxArtClient& client); /** Derived art provider classes may override this method to create requested art