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

@@ -971,7 +971,14 @@ public:
@param text
String to get the value from.
@param flags
@todo docme
If @c wxPG_FULL_VALUE is set, the function sets complete, storable
value instead of displayable one (they may be different).
@c wxPG_PROGRAMMATIC_VALUE flag is used to indicate that value is
being set programmatically (i.e. operation is not caused by user
input).
If @c wxPG_REPORT_ERROR is set, a special action should be
performed if string couldn't have been successfully converted
to the valid value (e.g. a special value can be set in this case).
@return @true if value was changed.
*/