regenerated headers to remove @seealso in favour of @see; fixed links to global functions/macros; converted \since latex macros into @wxsince commands; changed headers purpose from 'documentation for' to 'interface of'

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-10 15:24:38 +00:00
parent 3a65144e7c
commit e54c96f187
269 changed files with 2027 additions and 1553 deletions

View 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);
};