Files
wxWidgets/include
Steve CornettandVadim Zeitlin 5ea5e65a59 Improve code finding native spin control in wxNotebook
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.
2026-07-21 00:13:20 +02:00
..