wxWidgets/interface
Vadim Zeitlin 17bc510995 Document when values used with wxDataViewCtrl must be non-null
Explicitly document that wxDataViewRenderer::SetValue() is never called
with null values (if we ever really need this, we should add a separate
ClearValue() method) and also document that MakeHighlighted() both
receives and must return a non-null value (the latter is required
because the returned value is passed to SetValue()).

See #18934.
2021-05-24 15:18:18 +02:00
..
wx Document when values used with wxDataViewCtrl must be non-null 2021-05-24 15:18:18 +02:00
check_syntax.sh