]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/propgrid/property.h
wxUniv/MSW compilation fix in wxWindowBase::GetDlgUnitBase().
[wxWidgets.git] / interface / wx / propgrid / property.h
index d234e78fbb148f771c71b1c76460dd5f24e27bab..e2bbb158ec33710188ef7b0e006f643a9d2a57e6 100644 (file)
@@ -485,7 +485,8 @@ wxPG_PROP_BEING_DELETED             = 0x00200000
 
     @subsection wxArrayStringProperty
 
-    Allows editing of a list of strings in wxTextCtrl and in a separate dialog.
+    Allows editing of a list of strings in wxTextCtrl and in a separate
+    dialog. Supports "Delimiter" attribute, which defaults to comma (',').
 
     @subsection wxDateProperty