SdlTrayPointerEx extension
Methods
-
createMenu(
) → Pointer< traySdlTrayMenu> -
Available on Pointer<
Create a menu for a system tray.SdlTray> , provided by the SdlTrayPointerEx extension -
destroy(
) → void tray -
Available on Pointer<
Destroys a tray object.SdlTray> , provided by the SdlTrayPointerEx extension -
getMenu(
) → Pointer< traySdlTrayMenu> -
Available on Pointer<
Gets a previously created tray menu.SdlTray> , provided by the SdlTrayPointerEx extension -
setIcon(
Pointer< traySdlSurface> icon) → void -
Available on Pointer<
Updates the system tray icon's icon.SdlTray> , provided by the SdlTrayPointerEx extension -
setTooltip(
String? tooltip) → void tray -
Available on Pointer<
Updates the system tray icon's tooltip.SdlTray> , provided by the SdlTrayPointerEx extension