Files
wxWidgets/include/wx/generic/private
Ilya Sinitsyn e26d90028b Allow disabling hiding columns when using wxHeaderCtrl in wxGrid
Add wxGrid::DisableHidingColumns() method which can be used to prevent
wxHeaderCtrl from allowing the user to hide columns interactively, which
is something it allows to do by default, unlike the "built-in" wxGrid
header.

Also add EnableHidingColumns() and CanHideColumns() for consistency with
the other similar methods.

Closes https://github.com/wxWidgets/wxWidgets/pull/1554
2019-09-16 23:32:59 +02:00
..
2016-02-10 20:38:10 +01:00
2016-09-25 13:21:28 -07:00
2019-01-08 00:12:51 +01:00
2019-04-05 11:08:53 -07:00