]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/panel.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / panel.h
index d7e1f6985f5a067b0873ed6ce749e7d8fc3e353a..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
 {
@@ -132,3 +131,4 @@ public:
     */
     virtual void SetFocusIgnoringChildren();
 };
+