SDL_DestroyTray - Man Page
Destroys a tray object.
Synopsis
#include <SDL3/SDL_tray.h> void SDL_DestroyTray(SDL_Tray *tray);
Description
This also destroys all associated menus and entries.
Function Parameters
- tray
the tray icon to be destroyed.
Thread Safety
This function should be called on the thread that created the tray.
Availability
This function is available since SDL 3.2.0.
See Also
Referenced By
SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS