Added sort order and alignement for column headers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-10-05 19:35:23 +00:00
parent 3e0071d949
commit 47cef10f28
5 changed files with 50 additions and 1 deletions

View File

@@ -267,6 +267,9 @@ public:
virtual void SetBitmap( const wxBitmap &bitmap );
virtual const wxBitmap &GetBitmap();
virtual void SetAlignment( wxAlignment align ) = 0;
virtual void SetSortOrder( bool ascending ) = 0;
wxDataViewRenderer* GetRenderer() { return m_renderer; }