X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f66f6a5b3583b02c34854556eb83e3a808524ce..e4097f77c440b1f31a80fe273cc732c14d606096:/interface/wx/iconbndl.h diff --git a/interface/wx/iconbndl.h b/interface/wx/iconbndl.h index 138e19c174..217adb464a 100644 --- a/interface/wx/iconbndl.h +++ b/interface/wx/iconbndl.h @@ -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. */