Merge branch 'grid-tests-refactor'

Refactor wxGrid tests to make it easier to run individual ones.

See https://github.com/wxWidgets/wxWidgets/pull/1759
This commit is contained in:
Vadim Zeitlin
2020-03-11 21:56:29 +01:00
3 changed files with 240 additions and 272 deletions

View File

@@ -1837,6 +1837,9 @@ public:
wxWindow* GetGridColLabelWindow() const { return m_colLabelWin; }
wxWindow* GetGridCornerLabelWindow() const { return (wxWindow*)m_cornerLabelWin; }
// Return true if native header is used by the grid.
bool IsUsingNativeHeader() const { return m_useNativeHeader; }
// This one can only be called if we are using the native header window
wxHeaderCtrl *GetGridColHeader() const
{