Add hint about wxBusyInfo to wxBusyCursor documentation

This is often a (more) useful alternative.

Closes #24364.
This commit is contained in:
DietmarSchwertberger 2024-02-27 19:08:23 +01:00 committed by Vadim Zeitlin
parent ccc64326fc
commit a62d2dc9d9

View file

@ -134,7 +134,7 @@ public:
@library{wxcore}
@category{misc}
@see wxBeginBusyCursor(), wxEndBusyCursor(), wxWindowDisabler
@see wxBeginBusyCursor(), wxEndBusyCursor(), wxWindowDisabler, wxBusyInfo
*/
class wxBusyCursor
{