git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56210
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
public:
wxDataViewCtrl() : wxScrollHelperNative(this)
{
public:
wxDataViewCtrl() : wxScrollHelperNative(this)
{
- //No sorting column at start, I think
- m_sortingColumn = NULL;
const wxValidator& validator = wxDefaultValidator )
: wxScrollHelperNative(this)
{
const wxValidator& validator = wxDefaultValidator )
: wxScrollHelperNative(this)
{
- m_sortingColumn = NULL;
Create(parent, id, pos, size, style, validator );
}
Create(parent, id, pos, size, style, validator );
}
{
m_cols.DeleteContents(true);
m_notifier = NULL;
{
m_cols.DeleteContents(true);
m_notifier = NULL;
+
+ // No sorting column at start
+ m_sortingColumn = NULL;
+ m_headerArea = NULL;
}
bool wxDataViewCtrl::Create(wxWindow *parent, wxWindowID id,
}
bool wxDataViewCtrl::Create(wxWindow *parent, wxWindowID id,
if ( (style & wxBORDER_MASK) == 0)
style |= wxBORDER_SUNKEN;
if ( (style & wxBORDER_MASK) == 0)
style |= wxBORDER_SUNKEN;
if (!wxControl::Create( parent, id, pos, size,
style | wxScrolledWindowStyle, validator))
return false;
SetInitialSize(size);
if (!wxControl::Create( parent, id, pos, size,
style | wxScrolledWindowStyle, validator))
return false;
SetInitialSize(size);
#ifdef __WXMAC__
MacSetClipChildren( true );
#endif
#ifdef __WXMAC__
MacSetClipChildren( true );
#endif