SDL_SetTrayEntryEnabled

Sets whether or not an entry is enabled.

extern (C) nothrow @nogc extern
void
SDL_SetTrayEntryEnabled

Parameters

entry SDL_TrayEntry*

The entry to be updated.

enabled bool

true if the entry should be enabled; false otherwise.

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

See Also

Meta