]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/panel.h
Finished review/fixes of GDI category of functions and macros.
[wxWidgets.git] / interface / panel.h
index f11b7a65d88349840f45e6e0c36d020d7a4765de..b6dcc2f64443f1f38f59532cb54054d8c04e684a 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        panel.h
-// Purpose:     documentation for wxPanel class
+// Purpose:     interface of wxPanel
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -28,8 +28,7 @@
     @library{wxbase}
     @category{miscwnd}
 
-    @seealso
-    wxDialog
+    @see wxDialog
 */
 class wxPanel : public wxWindow
 {
@@ -77,7 +76,7 @@ public:
         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()
@@ -132,3 +131,4 @@ public:
     */
     virtual void SetFocusIgnoringChildren();
 };
+