SDL_SetTrayEntryChecked

Sets whether or not an entry is checked.

The entry must have been created with the SDL_TRAYENTRY_CHECKBOX flag.

extern (C) nothrow @nogc extern
void
SDL_SetTrayEntryChecked

Parameters

entry SDL_TrayEntry*

The entry to be updated.

checked bool

true if the entry should be checked; false otherwise.

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

See Also

Meta