Removed SetPropertiesFlag() (high-level function using 'undocumented' wxPGProperty flags, IIRC was mostly used as poor-man's SetEditableState() and possibly for internal use until very recently)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-10-07 17:35:06 +00:00
parent d61d8cffa9
commit ff1e1474ed
3 changed files with 0 additions and 50 deletions

View File

@@ -564,18 +564,6 @@ public:
static void SetBoolChoices( const wxString& trueChoice,
const wxString& falseChoice );
/**
Sets or clears flag(s) of all properties in given array.
@param flags
Property flags to set or clear.
@param inverse
Set to true if you want to clear flag instead of setting them.
*/
void SetPropertiesFlag( const wxArrayPGProperty& srcArr, wxPGProperty::FlagType flags,
bool inverse = false );
/**
Sets an attribute for this property.