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:
parent
af9e7fd460
commit
ca4131faac
@ -440,6 +440,13 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
protected:
|
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
|
Derived art provider classes may override this method to create requested art
|
||||||
|
Loading…
Reference in New Issue
Block a user