remove method
void
remove()
Removes a tray entry.
\param entry The entry to be deleted.
\threadsafety This function should be called on the thread that created the tray.
\since This function is available since SDL 3.2.0.
\sa SDL_GetTrayEntries \sa SDL_InsertTrayEntryAt
extern SDL_DECLSPEC void SDLCALL SDL_RemoveTrayEntry(SDL_TrayEntry *entry)
Implementation
void remove() => sdlRemoveTrayEntry(this);