Fix various documentation warnings throughout core and base.
See #15346. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -114,13 +114,14 @@ public:
|
||||
|
||||
If the bundle contains an icon with exactly the requested size, it's
|
||||
always returned. Otherwise, the behaviour depends on the flags. If only
|
||||
::FALLBACK_NONE is given, the function returns an invalid icon. If
|
||||
::FALLBACK_SYSTEM is given, it tries to find the icon of standard
|
||||
system size, regardless of the size passed as parameter. Otherwise, or
|
||||
if the icon system size is not found neither, but
|
||||
::FALLBACK_NEAREST_LARGER flag is specified, the function returns the
|
||||
smallest icon of the size larger than the requested one or, if this
|
||||
fails too, just the icon closest to the specified size.
|
||||
wxIconBundle::FALLBACK_NONE is given, the function returns an invalid
|
||||
icon. If wxIconBundle::FALLBACK_SYSTEM is given, it tries to find the
|
||||
icon of standard system size, regardless of the size passed as
|
||||
parameter. Otherwise, or if the icon system size is not found neither,
|
||||
but wxIconBundle::FALLBACK_NEAREST_LARGER flag is specified, the
|
||||
function returns the smallest icon of the size larger than the
|
||||
requested one or, if this fails too, just the icon closest to the
|
||||
specified size.
|
||||
|
||||
The @a flags parameter is available only since wxWidgets 2.9.4.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user