some formatting tweaks for propgrid

This commit is contained in:
Robin Dunn
2015-02-23 20:14:25 -08:00
parent 0e333f336b
commit b82af6885a
2 changed files with 2 additions and 2 deletions

View File

@@ -269,7 +269,7 @@ wxPG_VFB_DEFAULT = wxPG_VFB_MARK_CELL |
typedef wxByte wxPGVFBFlags; typedef wxByte wxPGVFBFlags;
/** /**
wxPGValidationInfo @class wxPGValidationInfo
Used to convey validation information to and from functions that Used to convey validation information to and from functions that
actually perform validation. Mostly used in custom property classes. actually perform validation. Mostly used in custom property classes.

View File

@@ -289,7 +289,7 @@ public:
void GetPropertiesWithFlag( wxArrayPGProperty* targetArr, void GetPropertiesWithFlag( wxArrayPGProperty* targetArr,
wxPGProperty::FlagType flags, wxPGProperty::FlagType flags,
bool inverse = false, bool inverse = false,
int iterFlags = (wxPG_ITERATE_PROPERTIES|wxPG_ITERATE_HIDDEN|wxPG_ITERATE_CATEGORIES) ) const; int iterFlags = wxPG_ITERATE_PROPERTIES|wxPG_ITERATE_HIDDEN|wxPG_ITERATE_CATEGORIES ) const;
/** /**
Returns value of given attribute. If none found, returns wxNullVariant. Returns value of given attribute. If none found, returns wxNullVariant.