]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/iconloc.h
Don't accept picker text events from any old text control
[wxWidgets.git] / interface / iconloc.h
index 4629ed4f1359e7c8cf14672fdfa5f320123bb662..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.
     */
-#define bool IsOk()     /* implementation is private */
+    bool IsOk() const;
 };
+