X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c4293cb91327247ad69e6ec8d589bfaa299db28..e8443ddaa546bf09de3b6440b0f08e6929d1ae75:/interface/wx/propgrid/property.h?ds=sidebyside diff --git a/interface/wx/propgrid/property.h b/interface/wx/propgrid/property.h index 2f3f5fb223..65e494b41b 100644 --- a/interface/wx/propgrid/property.h +++ b/interface/wx/propgrid/property.h @@ -1165,6 +1165,12 @@ public: m_helpString = helpString; } + /** Sets property's label. + + @remarks + - Properties under same parent may have same labels. However, + property names must still remain unique. + */ void SetLabel( const wxString& label ) { m_label = label; } inline void SetName( const wxString& newName );