The note in the method description incorrectly stated that "...the handlers are deleted in wxFileSystem's destructor so that you don't have to care about it." However, unless a handler is removed by calling wxFileSystem::RemoveHandler() (or undocumented wxFileSystem::CleanUpHandlers()), it is deleted only when wxWidgets shuts down in wxFileSystemModule::OnExit(). Update the method documentation that it is correct (and similar to that of wxImage::AddHandler()). Closes #23789. |
||
|---|---|---|
| .. | ||
| wx | ||
| check_syntax.sh | ||