SDL_TRAYENTRY_CHECKED

Make the entry checked. This is valid only for checkboxes. Optional.

extern (C) nothrow @nogc
enum SDL_TRAYENTRY_CHECKED = 0x40000000u;

Meta