Files
wxWidgets/include/wx/html
Vadim Zeitlin 3732552cc7 Replace wxHtmlWindowInterface::ms_cursorXXX with a function
This avoids the need to initialize these global variables on program
startup (which is cheap but still not worth doing if they are not,
perhaps, going to be ever used at all) and also allows to avoid
repeating the same code for the 3 cursor types as we can just use the
cursor type as an index instead.
2025-05-09 17:36:54 +02:00
..
2024-11-02 03:56:29 +01:00