Gets the menu contianing a certain tray entry.
Defined in <SDL3/SDL_tray.h>
SDL_TrayMenu* SDL_GetTrayEntryParent(SDL_TrayEntry *entry);
SDL_TrayEntry * | entry | the entry for which to get the parent menu. |
(SDL_TrayMenu *) Returns the parent menu.
This function is available since SDL 3.2.0.