wxwidgets/include
Vadim Zeitlin 179629205d Allow passing NULL to wxWindow::CreateUsingMSWClass()
Instead of calling GetMSWClassName() in wxWindow::Create() itself, just
use NULL there and interpret this as meaning to use the default wxWindow
class in CreateUsingMSWClass(), as it will allow it to distinguish
between creating generic windows and native controls.

No real changes yet.
2022-10-06 02:17:48 +01:00
..
msvc/wx Don't use token-pasting with non-identifiers in msvc/wx/setup.h 2022-08-01 17:02:55 +01:00
wx Allow passing NULL to wxWindow::CreateUsingMSWClass() 2022-10-06 02:17:48 +01:00