]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/treebase.h
Define INVALID_FILE_ATTRIBUTES in filename.cpp too.
[wxWidgets.git] / interface / wx / treebase.h
index e9eaf7da5d6bef9d45db4980749828dcb576f79f..5bed652e0c0e78d1feb8ee8130e818a3f91bad59 100644 (file)
@@ -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();