SDL Wiki
(This is the documentation for SDL3, which is the current stable version. SDL2 was the previous version!)

SDL_GetTraySubmenu

Gets a previously created tray entry submenu.

Header File

Defined in <SDL3/SDL_tray.h>

Syntax

SDL_TrayMenu* SDL_GetTraySubmenu(SDL_TrayEntry *entry);

Function Parameters

SDL_TrayEntry * entry the tray entry to bind the menu to.

Return Value

(SDL_TrayMenu *) Returns the newly created menu.

Remarks

You should have called SDL_CreateTraySubenu() on the entry object. This function allows you to fetch it again later.

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

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.