mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 08:53:06 +08:00
Simply use Win32 FindWindowEx() instead of enumerating child windows with a loop. Also extract this code into a reusable function. No real changes yet. See #26685.