SDL_RemoveTrayEntry - Removes a tray entry.
Contents
Availability
This function is available since SDL 3.2.0.
Function Parameters
entry The entry to be deleted.
Header File
Defined in SDL3/SDL_tray.h
Name
SDL_RemoveTrayEntry - Removes a tray entry.
See Also
•(3), SDL_GetTrayEntries(3), •(3), SDL_InsertTrayEntryAt(3) Simple Directmedia Layer SDL 3.2.10 SDL_RemoveTrayEntry(3)
Synopsis
#include"SDL3/SDL.h"voidSDL_RemoveTrayEntry(SDL_TrayEntry*entry);
Thread Safety
This function should be called on the thread that created the tray.
