SDL_GetTrayEntryChecked

Gets whether or not an entry is checked.

The entry must have been created with the SDL_TRAYENTRY_CHECKBOX flag.

extern (C) nothrow @nogc extern
bool
SDL_GetTrayEntryChecked

Parameters

entry SDL_TrayEntry*

The entry to be read.

Return Value

Type: bool

true if the entry is checked; false otherwise.

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

See Also

Meta