Fix applying style of MSW wxHeaderCtrl and add tests for doing it to the
widgets sample.

See https://github.com/wxWidgets/wxWidgets/pull/1710
This commit is contained in:
Vadim Zeitlin
2020-01-19 17:49:40 +01:00
5 changed files with 54 additions and 54 deletions

View File

@@ -72,10 +72,6 @@ private:
// Events.
void OnSize(wxSizeEvent& event);
// Style flag helper function.
long ApplyHeaderReorderFlagToStyle(long style);
// The native header control.
wxMSWHeaderCtrl* m_nativeControl;
friend class wxMSWHeaderCtrl;