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:
Robert Roebling
2008-04-08 11:17:54 +00:00
parent d081739d4e
commit e51bf69961
4 changed files with 34 additions and 10 deletions

View File

@@ -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.