Don't expose internal wxPropertyGridPageState functions

Functions designed for internal use shouldn't be exposed as public ones
to avoid calling them directly from the user code by mistake.
This commit is contained in:
Artur Wieczorek 2022-05-27 18:37:46 +02:00
parent 92d7176ebe
commit 502ede23ab
4 changed files with 85 additions and 142 deletions

View file

@ -240,6 +240,10 @@ INCOMPATIBLE CHANGES SINCE 3.1.6:
They were not intended for the public API. m_image variable represents
cached image now.
- wxPropertyGridPageState funtions intended for internal use are no longer
public. Corresponding functions in wxPropertyGridInterface, wxPropertyGrid,
wxPropertyGridPage, and wxPropertyGridManager should be used instead.
NOTE: This file is updated only before the release, please use