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:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user