Create a submenu for a system tray entry.
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.
The tray entry to bind the menu to.
the newly created menu.
Threadsafety: This function should be called on the thread that created the tray.
SDL_InsertTrayEntryAt SDL_GetTraySubmenu SDL_GetTrayMenuParentEntry
See Implementation
Create a submenu for a system tray entry.
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.