Skip to main content

SDL_RemoveTrayEntry

Function SDL_RemoveTrayEntry 

Source
pub unsafe extern "C" fn SDL_RemoveTrayEntry(
    entry: *mut SDL_TrayEntry,
)
Expand description

Removes a tray entry.

Parameter: entry The entry to be deleted.

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

Available Since: This function is available since SDL 3.2.0.

See Also: SDL_GetTrayEntries See Also: SDL_InsertTrayEntryAt