SDL_GetTrayEntries

Returns a list of entries in the menu, in order.

extern (C) nothrow @nogc extern
const(SDL_TrayEntry)**
SDL_GetTrayEntries

Parameters

menu SDL_TrayMenu*

The menu to get entries from.

count int*

An optional pointer to obtain the number of entries in the menu.

Return Value

Type: const(SDL_TrayEntry)**

A null-terminated list of entries within the given menu. The pointer becomes invalid when any function that inserts or deletes entries in the menu is called.

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

See Also

Meta