From: Jaakko Salli Date: Mon, 29 Sep 2008 15:49:09 +0000 (+0000) Subject: Minor clarification X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/17e3ad2ae16382c09f8670f9d2f615a49b90107d Minor clarification git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/propgrid/property.h b/interface/wx/propgrid/property.h index cd267eb3fd..2f58ba9e76 100644 --- a/interface/wx/propgrid/property.h +++ b/interface/wx/propgrid/property.h @@ -961,7 +961,7 @@ public: /** Returns highest level non-category, non-root parent. Useful when you - have nested wxCustomProperties/wxParentProperties. + have nested properties with children. @remarks If immediate parent is root or category, this will return the property itself.