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:
@@ -856,15 +856,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
void SetPropertyAttributeAll( const wxString& attrName, wxVariant value );
|
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.
|
/** Sets text, bitmap, and colours for given column's cell.
|
||||||
|
|
||||||
@remarks
|
@remarks
|
||||||
|
Reference in New Issue
Block a user