mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-20 22:06:25 +08:00
This allows user codes to simply designate where their controls should appear in the status bar without the need to handle wxEVT_SIZE themselves. They can still handle the event if the default positioning does not meet their needs, but the new API is simpler and can be implemented for wxQt. Closes #24092.