]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/treebook.h
Restored the old Classes by Category page to live side-by-side with the full Classes...
[wxWidgets.git] / interface / treebook.h
index e68b202f725e4daabf55e04b0a1c2432af341634..bd5193b4fb824bed6f3a7cf502cf9a6f90a8fe20 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        treebook.h
-// Purpose:     documentation for wxTreebookEvent class
+// Purpose:     interface of wxTreebookEvent
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -24,8 +24,7 @@
     @library{wxcore}
     @category{events}
 
-    @seealso
-    wxNotebookEvent, wxTreebook
+    @see wxNotebookEvent, wxTreebook
 */
 class wxTreebookEvent : public wxNotifyEvent
 {
@@ -50,6 +49,7 @@ public:
 };
 
 
+
 /**
     @class wxTreebook
     @wxheader{treebook.h}
@@ -73,8 +73,7 @@ public:
     @library{wxcore}
     @category{miscwnd}
 
-    @seealso
-    wxNotebook, wxTreebookEvent, wxImageList, @ref overview_samplenotebook
+    @see wxNotebook, wxTreebookEvent, wxImageList, @ref overview_samplenotebook
     "notebook sample"
 */
 class wxTreebook : public wxBookCtrl overview
@@ -83,7 +82,7 @@ public:
     //@{
     /**
         Creates an empty TreeBook control.
-        
+
         @param parent
             The parent window. Must be non-@NULL.
         @param id
@@ -129,7 +128,7 @@ public:
 
     /**
         Sets the image list for the page control and takes ownership of the list.
-        
+
         @see wxImageList, SetImageList()
     */
     void AssignImageList(wxImageList* imageList);
@@ -229,7 +228,7 @@ public:
     /**
         Sets the image list for the page control. It does not take ownership of the
         image list, you must delete it yourself.
-        
+
         @see wxImageList, AssignImageList()
     */
     void SetImageList(wxImageList* imageList);
@@ -250,8 +249,9 @@ public:
         The call to this function generates the page changing events.
         This function is deprecated and should not be used in new code. Please use the
         ChangeSelection() function instead.
-        
+
         @see GetSelection()
     */
     int SetSelection(size_t n);
 };
+