]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/toplevel.h
removed wxAcceleratorTable copy ctor docs, no port implements it
[wxWidgets.git] / interface / toplevel.h
index d089b1e1abb6b8e0a540e2d7b520dd395968a917..2f4221f64f3bd047d9c101eea0da0f82c1df8d9b 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        toplevel.h
-// Purpose:     documentation for wxTopLevelWindow class
+// Purpose:     interface of wxTopLevelWindow
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -18,8 +18,7 @@
     @library{wxcore}
     @category{managedwnd}
 
-    @seealso
-    wxTopLevelWindow::SetTransparent
+    @see wxTopLevelWindow::SetTransparent
 */
 class wxTopLevelWindow : public wxWindow
 {
@@ -366,3 +365,4 @@ public:
     */
     void UseNativeDecorationsByDefault(bool native = true);
 };
+