SDL_RemoveTrayEntry - Man Page
Removes a tray entry.
Synopsis
#include <SDL3/SDL_tray.h> void SDL_RemoveTrayEntry(SDL_TrayEntry *entry);
Function Parameters
- entry
The entry to be deleted.
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_GetTrayEntries(3), SDL_InsertTrayEntryAt(3).
SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS