wxwidgets/include
Vadim Zeitlin 39706e4db0 Use wxBaseArray instead of object arrays in wxAuiManager
This is similar to the previous commit and replaces some object arrays
with arrays of objects, as we need to keep providing more or less the
same API for accessing these arrays because they can be used from the
application code, even if they're not formally part of our public API.

Also adjust m_actionPart when removing parts from m_uiParts. This seems
to have been always necessary when deleting the part corresponding to
the action one, but now is also needed when deleting any previous parts
too.
2023-04-12 18:09:48 +01:00
..
msvc/wx Link with lexilla library too in MSVS-specific wx/setup.h 2023-03-08 18:24:38 +00:00
wx Use wxBaseArray instead of object arrays in wxAuiManager 2023-04-12 18:09:48 +01:00