X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/727539d8bba443aace946ac3a414127dbfa8a730..f549e3dad9b8bed27ba24e2e2f017fd2adfce9be:/interface/wx/treebase.h diff --git a/interface/wx/treebase.h b/interface/wx/treebase.h index e9eaf7da5d..2b51f90fa7 100644 --- a/interface/wx/treebase.h +++ b/interface/wx/treebase.h @@ -3,7 +3,7 @@ // Purpose: interface of wxTreeItemId // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -77,6 +77,13 @@ public: - 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 + - GetData() to retrieve the value. + - SetData(data) to set it. + @endWxPerlOnly */ wxTreeItemData();