SDL Wiki

SDL_CreateTrayMenu

Create a menu for a system tray.

Header File

Defined in <SDL3/SDL_tray.h>

Syntax

SDL_TrayMenu * SDL_CreateTrayMenu(SDL_Tray *tray);

Function Parameters

SDL_Tray * tray the tray to bind the menu to.

Return Value

(SDL_TrayMenu *) Returns the newly created menu.

Remarks

This should be called at most once per tray icon.

This function does the same thing as SDL_CreateTraySubmenu(), 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.

Thread Safety

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

Version

This function is available since SDL 3.2.0.

See Also


CategoryAPI, CategoryAPIFunction, CategoryTray


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.