Gets a previously created tray menu.
Defined in <SDL3/SDL_tray.h>
SDL_TrayMenu* SDL_GetTrayMenu(SDL_Tray *tray);
SDL_Tray * | tray | the tray entry to bind the menu to. |
(SDL_TrayMenu *) Returns the newly created menu.
You should have called SDL_CreateTrayMenu() on the tray object. This function allows you to fetch it again later.
This function does the same thing as SDL_GetTraySubmenu(), except that it takes a SDL_Tray instead of a SDL_TrayEntry.
A menu does not need to be destroyed; it will be destroyed with the tray.
This function is available since SDL 3.2.0.