Adapt MSW's renderer's alignment to use column header's alignment by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1026,7 +1026,7 @@ public:
|
||||
/**
|
||||
Get owning wxDataViewModel.
|
||||
*/
|
||||
wxDataViewModel* GetOwner();
|
||||
wxDataViewModel* GetOwner() const;
|
||||
|
||||
/**
|
||||
Called by owning model.
|
||||
@@ -1159,7 +1159,7 @@ public:
|
||||
/**
|
||||
Returns pointer to the owning wxDataViewColumn.
|
||||
*/
|
||||
virtual wxDataViewColumn* GetOwner();
|
||||
virtual wxDataViewColumn* GetOwner() const;
|
||||
|
||||
/**
|
||||
This methods retrieves the value from the renderer in order to
|
||||
@@ -1574,7 +1574,7 @@ public:
|
||||
/**
|
||||
Returns the owning wxDataViewCtrl.
|
||||
*/
|
||||
wxDataViewCtrl* GetOwner();
|
||||
wxDataViewCtrl* GetOwner() const;
|
||||
|
||||
/**
|
||||
Returns the renderer of this wxDataViewColumn.
|
||||
|
Reference in New Issue
Block a user