]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/iconbndl.h
Implement setFont on the iOS port of wxStaticText.
[wxWidgets.git] / interface / wx / iconbndl.h
index c33009d0effd7724010c84f16a381f771e0f6754..217adb464ae37250675144a11aef83288184a6a0 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        iconbndl.h
 // Purpose:     interface of wxIconBundle
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -115,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.
     */