Add wxDataViewCtrl::GenericGetHeader() accessor
And show how to use it to increase the header size in the sample.
This commit is contained in:
@@ -4625,6 +4625,11 @@ wxBorder wxDataViewCtrl::GetDefaultBorder() const
|
||||
return wxBORDER_THEME;
|
||||
}
|
||||
|
||||
wxHeaderCtrl* wxDataViewCtrl::GenericGetHeader() const
|
||||
{
|
||||
return m_headerArea;
|
||||
}
|
||||
|
||||
#ifdef __WXMSW__
|
||||
WXLRESULT wxDataViewCtrl::MSWWindowProc(WXUINT nMsg,
|
||||
WXWPARAM wParam,
|
||||
|
Reference in New Issue
Block a user