Sets whether or not an entry is enabled.
Defined in <SDL3/SDL_tray.h>
void SDL_SetTrayEntryEnabled(SDL_TrayEntry *entry, bool enabled);
SDL_TrayEntry * | entry | the entry to be updated. |
bool | enabled | SDL_TRUE if the entry should be enabled; SDL_FALSE otherwise. |
This function is available since SDL 3.2.0.