extract setters from wxHeaderColumnBase into a separate wxSettableHeaderColumn class as we don't always need to implement them in order to use this class; also renamed wxHeaderColumnBase to just wxHeaderColumn as we didn't have any wxHeaderColumn at all
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2706,7 +2706,7 @@ bool wxDataViewColumn::IsSortable() const
|
||||
|
||||
void wxDataViewColumn::SetAsSortKey( bool WXUNUSED(sort) )
|
||||
{
|
||||
// it might not make sense to have this function in wxHeaderColumnBase at
|
||||
// it might not make sense to have this function in wxHeaderColumn at
|
||||
// all in fact, changing of the sort order should only be done using the
|
||||
// associated control API
|
||||
wxFAIL_MSG( "not implemented" );
|
||||
|
Reference in New Issue
Block a user