Moved SetPropertyAttributeAll() to wxPropertyGridInterface
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -6016,11 +6016,6 @@ wxEvent* wxPropertyGridEvent::Clone() const
|
||||
return new wxPropertyGridEvent( *this );
|
||||
}
|
||||
|
||||
void wxPropertyGrid::SetPropertyAttributeAll( const wxString& attrName, wxVariant value )
|
||||
{
|
||||
DoSetPropertyAttribute(GetRoot(), attrName, value, wxPG_RECURSE);
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
// wxPropertyGridPopulator
|
||||
// -----------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user