mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-20 22:06:25 +08:00
Reduce the number of functions declared public by making functions only used in the implementation private and giving internal classes friend access. This commit is best viewed with git diff --color-moved and --color-moved-ws=ignore-all-space options. Closes #26319.