Update to wxDataViewCtrl from Hartwig
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -468,8 +468,8 @@ public:
|
||||
const wxBitmap &GetBitmap() const { return m_bitmap; }
|
||||
unsigned int GetModelColumn() const { return static_cast<unsigned int>(m_model_column); }
|
||||
|
||||
wxDataViewCtrl *GetOwner() { return m_owner; }
|
||||
wxDataViewRenderer* GetRenderer() { return m_renderer; }
|
||||
wxDataViewCtrl *GetOwner() const { return m_owner; }
|
||||
wxDataViewRenderer* GetRenderer() const { return m_renderer; }
|
||||
|
||||
protected:
|
||||
wxDataViewRenderer *m_renderer;
|
||||
@@ -909,7 +909,7 @@ public:
|
||||
virtual unsigned int GetColumnCount() const
|
||||
{ return 1; };
|
||||
virtual wxString GetColumnType( unsigned int WXUNUSED(col) ) const
|
||||
{ return "wxDataViewIconText"; }
|
||||
{ return wxT("wxDataViewIconText"); }
|
||||
|
||||
wxDataViewTreeStoreNode *FindNode( const wxDataViewItem &item ) const;
|
||||
wxDataViewTreeStoreContainerNode *FindContainerNode( const wxDataViewItem &item ) const;
|
||||
|
Reference in New Issue
Block a user