X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2c033d4a12a1a9be8ba635961cc909513dae1b1b..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/treebase.h diff --git a/interface/wx/treebase.h b/interface/wx/treebase.h index e339ca6381..b5ffb4e675 100644 --- a/interface/wx/treebase.h +++ b/interface/wx/treebase.h @@ -2,7 +2,6 @@ // Name: treebase.h // Purpose: interface of wxTreeItemId // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -67,12 +66,6 @@ public: /** Default constructor. - @beginWxPythonOnly - The following methods are added in wxPython for accessing the object: - - GetData(): Returns a reference to the Python Object. - - SetData(obj): Associates a new Python Object with the wxTreeItemData. - @endWxPythonOnly - @beginWxPerlOnly In wxPerl the constructor accepts a scalar as an optional parameter and stores it as client data; use