]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/containr.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / include / wx / containr.h
index b465e33c30b5c8aec34f8e19a539211a4f79741d..277909e559b77f4642c0c7812b40f0638ae912e8 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     06.08.01
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     06.08.01
-// RCS-ID:      $Id$
 // Copyright:   (c) 2001, 2011 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 // Copyright:   (c) 2001, 2011 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -76,8 +75,7 @@ public:
     bool DoSetFocus();
 
     // returns whether we should accept focus ourselves or not
     bool DoSetFocus();
 
     // returns whether we should accept focus ourselves or not
-    bool AcceptsFocus() const
-        { return m_acceptsFocusSelf && m_winParent->CanBeFocused(); }
+    bool AcceptsFocus() const;
 
     // Returns whether we or one of our children accepts focus.
     bool AcceptsFocusRecursively() const
 
     // Returns whether we or one of our children accepts focus.
     bool AcceptsFocusRecursively() const