]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/propgrid/property.h
Fix -- in comment.
[wxWidgets.git] / interface / wx / propgrid / property.h
index 2f3f5fb2238dae00f7fcc89cede9c1cf8ae0d395..65e494b41b9954b3306d42498b036536d931c95a 100644 (file)
@@ -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 );