Files
wxWidgets/interface
Jorge MoraledaandVadim Zeitlin 17b5315c72 Add wxGrid::GetFrozenRowLabelWindow() and GetFrozenColLabelWindow()
These accessors for the frozen row and column label sub-windows were
missing from the public API even though the equivalent data cell windows
(GetFrozenRowGridWindow/GetFrozenColGridWindow) are already public.
Without them it is impossible to bind events (e.g. EVT_MOTION) to the
frozen label strips from outside the wxGrid implementation.

See #26617.

(cherry picked from commit e069b7f4b9)

Co-authored-by: Vadim Zeitlin <vadim@wxwidgets.org>
2026-06-22 16:43:36 +02:00
..