]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/recguard.h
added test of focusing/selecting another item
[wxWidgets.git] / interface / recguard.h
index e5c3a367c8377faa11849fed1411f9b34c9e9aa2..1aae24aa3965afc5e2b391bcf966691a1c00f5a3 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        recguard.h
-// Purpose:     documentation for wxRecursionGuardFlag class
+// Purpose:     interface of wxRecursionGuardFlag
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -27,6 +27,7 @@ public:
 };
 
 
+
 /**
     @class wxRecursionGuard
     @wxheader{recguard.h}
@@ -91,5 +92,6 @@ public:
         (may be simply returning) to prevent reentrant calls to itself.
         If this method returns @false, it is safe to continue.
     */
-    bool IsInside();
+    bool IsInside() const;
 };
+