Files
wxWidgets/interface
Vadim Zeitlin 756f010f35 Add wxClearList() function replacing WX_CLEAR_LIST() macro
Keep the macro for compatibility but there is really no reason to use a
macro here.

Also document this macro, even if it's deprecated, as it's used outside
of wxWidgets code too and this allows us to redirect people using it to
wxClearList().
2024-04-13 19:36:52 +02:00
..