some formatting tweaks for propgrid
This commit is contained in:
parent
a5fe9de656
commit
0be4a6d919
@ -331,7 +331,7 @@ wxPG_VFB_DEFAULT = wxPG_VFB_MARK_CELL |
|
||||
#define wxPGVFBFlags unsigned char
|
||||
|
||||
/**
|
||||
wxPGValidationInfo
|
||||
@class wxPGValidationInfo
|
||||
|
||||
Used to convey validation information to and from functions that
|
||||
actually perform validation. Mostly used in custom property classes.
|
||||
|
@ -398,7 +398,7 @@ public:
|
||||
void GetPropertiesWithFlag( wxArrayPGProperty* targetArr,
|
||||
wxPGProperty::FlagType flags,
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user