Create a submenu for a system tray entry.
Defined in <SDL3/SDL_tray.h>
SDL_TrayMenu* SDL_CreateTraySubmenu(SDL_TrayEntry *entry);
SDL_TrayEntry * | entry | the tray entry to bind the menu to. |
(SDL_TrayMenu *) Returns the newly created menu.
This should be called at most once per tray entry.
This function does the same thing as SDL_CreateTrayMenu, except that it takes a SDL_TrayEntry instead of a SDL_Tray.
A menu does not need to be destroyed; it will be destroyed with the tray.
This function is available since SDL 3.2.0.