Gets the label of an entry.
Defined in <SDL3/SDL_tray.h>
const char * SDL_GetTrayEntryLabel(SDL_TrayEntry *entry);
SDL_TrayEntry * | entry | the entry to be read. |
(const char *) Returns the label of the entry in UTF-8 encoding.
If the returned value is NULL, the entry is a separator.
This function should be called on the thread that created the tray.
This function is available since SDL 3.2.0.