Update wxPropertyGrid documentation

Completed documentation for topics marked as uncompleted.
This commit is contained in:
Artur Wieczorek
2017-03-27 18:54:16 +02:00
parent e118c918ce
commit 113cec4ab2
5 changed files with 33 additions and 23 deletions

View File

@@ -513,7 +513,7 @@ public:
// category will be its own wxVariantList of wxVariant.
// Use wxPG_INC_ATTRIBUTES to include property attributes as well.
// Each attribute will be stored as list variant named
// "@@<propname>@@attr."
// "@<propname>@attr."
wxVariant GetPropertyValues( const wxString& listname = wxEmptyString,
wxPGProperty* baseparent = NULL, long flags = 0 ) const
{