]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/iconloc.h
was incorrectly forcing the font to 12 in most cases, fixes #4745
[wxWidgets.git] / interface / iconloc.h
index f4c06ee65dafcd5f87fbe0c5a1448180dc95304d..4ed130a56c5d4ba008d9bdd065a982ce3bf09730 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        iconloc.h
-// Purpose:     documentation for wxIconLocation class
+// Purpose:     interface of wxIconLocation
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -25,8 +25,7 @@
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    wxIcon, wxFileType::GetIcon
+    @see wxIcon, wxFileType::GetIcon
 */
 class wxIconLocation
 {
@@ -35,5 +34,6 @@ public:
         Returns @true if the object is valid, i.e. was properly initialized, and
         @false otherwise.
     */
-    bool IsOk();
+    bool IsOk() const;
 };
+