Uses of Record Class
club.doki7.sdl3.handle.SDL_Tray
Packages that use SDL_Tray
-
Uses of SDL_Tray in club.doki7.sdl3
Methods in club.doki7.sdl3 that return SDL_TrayModifier and TypeMethodDescriptionSDL3.createTray
(@Nullable SDL_Surface icon, @Nullable BytePtr tooltip) Create an icon to be placed in the operating system's tray, or equivalent.SDL3.getTrayMenuParentTray
(@Nullable SDL_TrayMenu menu) Gets the tray for which this menu is the first-level menu, if the current menu isn't a submenu.Methods in club.doki7.sdl3 with parameters of type SDL_TrayModifier and TypeMethodDescriptionSDL3.createTrayMenu
(@Nullable SDL_Tray tray) Create a menu for a system tray.void
SDL3.destroyTray
(@Nullable SDL_Tray tray) Destroys a tray object.SDL3.getTrayMenu
(@Nullable SDL_Tray tray) Gets a previously created tray menu.void
SDL3.setTrayIcon
(@Nullable SDL_Tray tray, @Nullable SDL_Surface icon) Updates the system tray icon's icon.void
SDL3.setTrayTooltip
(@Nullable SDL_Tray tray, @Nullable BytePtr tooltip) Updates the system tray icon's tooltip. -
Uses of SDL_Tray in club.doki7.sdl3.handle
Classes in club.doki7.sdl3.handle that implement interfaces with type arguments of type SDL_TrayModifier and TypeClassDescriptionstatic final record
Represents a pointer toSDL_Tray
handle(s) in native memory.Methods in club.doki7.sdl3.handle that return SDL_TrayModifier and TypeMethodDescription@Nullable SDL_Tray
SDL_Tray.Ptr.read()
@Nullable SDL_Tray
SDL_Tray.Ptr.read
(long index) Methods in club.doki7.sdl3.handle that return types with arguments of type SDL_TrayMethods in club.doki7.sdl3.handle with parameters of type SDL_Tray