/////////////////////////////////////////////////////////////////////////////
// Name: panel.h
-// Purpose: documentation for wxPanel class
+// Purpose: interface of wxPanel
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxbase}
@category{miscwnd}
- @seealso
- wxDialog
+ @see wxDialog
*/
class wxPanel : public wxWindow
{
can accept the focus. This is reevaluated each time a child
window is added or removed from the panel.
*/
- bool AcceptsFocus();
+ bool AcceptsFocus() const;
/**
Used for two-step panel construction. See wxPanel()
*/
virtual void SetFocusIgnoringChildren();
};
+