SDL_SetTrayTooltip

Updates the system tray icon's tooltip.

extern (C) nothrow @nogc extern
void
SDL_SetTrayTooltip
(,
const(char)* tooltip
)

Parameters

tray SDL_Tray*

The tray icon to be updated.

tooltip const(char)*

The new tooltip in UTF-8 encoding. May be null.

Threadsafety: This function should be called on the thread that created the tray.

See Also

Meta