X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd6ca54f63b93ae047e1039a46b91d6a8f4e5bf9..931d6a47c32a5b4c283243cb553ce71ee2b535d5:/include/wx/containr.h?ds=sidebyside diff --git a/include/wx/containr.h b/include/wx/containr.h index b465e33c30..277909e559 100644 --- a/include/wx/containr.h +++ b/include/wx/containr.h @@ -4,7 +4,6 @@ // Author: Vadim Zeitlin // Modified by: // Created: 06.08.01 -// RCS-ID: $Id$ // Copyright: (c) 2001, 2011 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -76,8 +75,7 @@ public: 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