void CheckColumnWidths( int widthChange = 0 );
/**
- Override this member function to add custom behavior on property
+ Override this member function to add custom behaviour on property
deletion.
*/
virtual void DoDelete( wxPGProperty* item, bool doDelete = true );
wxPGProperty* DoGetItemAtY( int y ) const;
/**
- Override this member function to add custom behavior on property
+ Override this member function to add custom behaviour on property
insertion.
*/
virtual wxPGProperty* DoInsert( wxPGProperty* parent,