]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/treectrl.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / treectrl.h
index 60cd8526884799b0c1b1b865458d745f89a17de7..342c8d5d56f4a2899f31cabee8adfe9a1348703d 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        treectrl.h
-// Purpose:     documentation for wxTreeItemData class
+// Purpose:     interface of wxTreeItemData
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -26,8 +26,7 @@
     @library{wxcore}
     @category{FIXME}
 
-    @seealso
-    wxTreeCtrl
+    @see wxTreeCtrl
 */
 class wxTreeItemData : public wxClientData
 {
@@ -66,6 +65,7 @@ public:
 };
 
 
+
 /**
     @class wxTreeCtrl
     @wxheader{treectrl.h}
@@ -123,8 +123,7 @@ public:
     @category{ctrl}
     @appearance{treectrl.png}
 
-    @seealso
-    wxTreeItemData, @ref overview_wxtreectrloverview "wxTreeCtrl overview",
+    @see wxTreeItemData, @ref overview_wxtreectrloverview "wxTreeCtrl overview",
     wxListBox, wxListCtrl, wxImageList, wxTreeEvent
 */
 class wxTreeCtrl : public wxControl
@@ -667,8 +666,8 @@ wxPython provides the following shortcut method:
         positive value if the first item is less than, equal to or greater than the
         second one.
         Please note that you @b must use wxRTTI macros
-        DECLARE_DYNAMIC_CLASS and
-        IMPLEMENT_DYNAMIC_CLASS if you override this
+        DECLARE_DYNAMIC_CLASS() and
+        IMPLEMENT_DYNAMIC_CLASS() if you override this
         function because otherwise the base class considers that it is not overridden
         and uses the default comparison, i.e. sorts the items alphabetically, which
         allows it optimize away the calls to the virtual function completely.
@@ -875,6 +874,7 @@ wxPython note:
 };
 
 
+
 /**
     @class wxTreeEvent
     @wxheader{treectrl.h}
@@ -884,8 +884,7 @@ wxPython note:
     @library{wxbase}
     @category{events}
 
-    @seealso
-    wxTreeCtrl
+    @see wxTreeCtrl
 */
 class wxTreeEvent : public wxNotifyEvent
 {
@@ -944,3 +943,4 @@ public:
     */
     void SetToolTip(const wxString& tooltip);
 };
+