20#ifndef WX_DATAVIEWCTRL_H_ 
   21#define WX_DATAVIEWCTRL_H_ 
   23#include <wx/dataview.h> 
   35    using wxDataViewCtrl::wxDataViewCtrl;
 
   43    wxDataViewItem 
GetPrevItem( wxDataViewItem 
const& aItem );
 
   51    wxDataViewItem 
GetNextItem( wxDataViewItem 
const& aItem );
 
 
Extension of the wxDataViewCtrl to include some helper functions for working with items.
 
wxDataViewItem GetPrevSibling(wxDataViewItem const &aItem)
Get the previous sibling of an item.
 
void DoSetToolTipText(const wxString &tip) override
 
wxDataViewItem GetNextSibling(wxDataViewItem const &aItem)
Get the next sibling of an item.
 
wxDataViewItem GetNextItem(wxDataViewItem const &aItem)
Get the next item in list order.
 
wxDataViewItem GetPrevItem(wxDataViewItem const &aItem)
Get the previous item in list order.