Removed wxPropertyGridInterface::SetPropertyAttributes()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-10-08 17:02:02 +00:00
parent 7a507ca8ae
commit 66db4345cf

View File

@@ -856,15 +856,6 @@ public:
*/
void SetPropertyAttributeAll( const wxString& attrName, wxVariant value );
/** Sets attributes from a wxPGAttributeStorage.
*/
void SetPropertyAttributes( wxPGPropArg id,
const wxPGAttributeStorage& attributes )
{
wxPG_PROP_ARG_CALL_PROLOG()
p->SetAttributes(attributes);
}
/** Sets text, bitmap, and colours for given column's cell.
@remarks