git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57134
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
virtual void DoDelete(unsigned int idx) = 0;
virtual void DoShowColumn(unsigned int idx, bool show) = 0;
virtual void DoShowSortIndicator(unsigned int idx, int sortOrder) = 0;
+
+ // this window doesn't look nice with the border so don't use it by default
+ virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
};
#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__)