wxwidgets/include
Vadim Zeitlin f547bf0647 Replace wxListItemData::Init() with member initialization
Get rid of Init() function and just initialize all the members in their
declarations, as this is less verbose, more clear and more robust.

Note that we also initialize m_rect now, which was left uninitialized by
Init() before, as it's simpler and more reliable to always do even if we
happen to overwrite it in the ctor.
2023-01-19 02:11:43 +01:00
..
msvc/wx Remove tests for _UNICODE too 2022-10-27 19:43:30 +02:00
wx Replace wxListItemData::Init() with member initialization 2023-01-19 02:11:43 +01:00