SDL_GetTrayEntryParent

Gets the menu containing a certain tray entry.

extern (C) nothrow @nogc extern
SDL_GetTrayEntryParent

Parameters

entry SDL_TrayEntry*

The entry for which to get the parent menu.

Return Value

the parent menu.

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

See Also

Meta