Document wxArtProvider::DoGetSizeHint()

This virtual function seems to be meant to be overridden in the derived
classes and so part of the public API and hence should be documented.
This commit is contained in:
Vadim Zeitlin 2022-03-24 00:02:53 +01:00
parent af9e7fd460
commit ca4131faac

View File

@ -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