Don't make wxDataViewCtrl::ExpandAncestors() virtual
This method has a common implementation and is not supposed to be overridden.
This commit is contained in:
@@ -706,7 +706,7 @@ public:
|
|||||||
virtual void UnselectAll() = 0;
|
virtual void UnselectAll() = 0;
|
||||||
|
|
||||||
virtual void Expand( const wxDataViewItem & item ) = 0;
|
virtual void Expand( const wxDataViewItem & item ) = 0;
|
||||||
virtual void ExpandAncestors( const wxDataViewItem & item );
|
void ExpandAncestors( const wxDataViewItem & item );
|
||||||
virtual void Collapse( const wxDataViewItem & item ) = 0;
|
virtual void Collapse( const wxDataViewItem & item ) = 0;
|
||||||
virtual bool IsExpanded( const wxDataViewItem & item ) const = 0;
|
virtual bool IsExpanded( const wxDataViewItem & item ) const = 0;
|
||||||
|
|
||||||
|
@@ -1299,7 +1299,7 @@ public:
|
|||||||
ensures that the item itself as well as all ancestor
|
ensures that the item itself as well as all ancestor
|
||||||
items have been read from the model by the control.
|
items have been read from the model by the control.
|
||||||
*/
|
*/
|
||||||
virtual void ExpandAncestors( const wxDataViewItem & item );
|
void ExpandAncestors( const wxDataViewItem & item );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Returns pointer to the column. @a pos refers to the position in the
|
Returns pointer to the column. @a pos refers to the position in the
|
||||||
|
Reference in New Issue
Block a user