SdlTrayEntryPointerEx extension
- on
Methods
-
click(
) → void tray -
Available on Pointer<
Simulate a click on a tray entry.SdlTrayEntry> , provided by the SdlTrayEntryPointerEx extension -
Available on Pointer<
Create a submenu for a system tray entry.SdlTrayEntry> , provided by the SdlTrayEntryPointerEx extension -
getChecked(
) → bool tray -
Available on Pointer<
Gets whether or not an entry is checked.SdlTrayEntry> , provided by the SdlTrayEntryPointerEx extension -
getEnabled(
) → bool tray -
Available on Pointer<
Gets whether or not an entry is enabled.SdlTrayEntry> , provided by the SdlTrayEntryPointerEx extension -
getLabel(
) → String? tray -
Available on Pointer<
Gets the label of an entry.SdlTrayEntry> , provided by the SdlTrayEntryPointerEx extension -
getParent(
) → Pointer< traySdlTrayMenu> -
Available on Pointer<
Gets the menu containing a certain tray entry.SdlTrayEntry> , provided by the SdlTrayEntryPointerEx extension -
Available on Pointer<
Gets a previously created tray entry submenu.SdlTrayEntry> , provided by the SdlTrayEntryPointerEx extension -
remove(
) → void tray -
Available on Pointer<
Removes a tray entry.SdlTrayEntry> , provided by the SdlTrayEntryPointerEx extension -
setCallback(
Pointer< trayNativeFunction< callback, Pointer<SdlTrayCallback> >Void> userdata) → void -
Available on Pointer<
Sets a callback to be invoked when the entry is selected.SdlTrayEntry> , provided by the SdlTrayEntryPointerEx extension -
setChecked(
bool checked) → void tray -
Available on Pointer<
Sets whether or not an entry is checked.SdlTrayEntry> , provided by the SdlTrayEntryPointerEx extension -
setEnabled(
bool enabled) → void tray -
Available on Pointer<
Sets whether or not an entry is enabled.SdlTrayEntry> , provided by the SdlTrayEntryPointerEx extension -
setLabel(
String? label) → void tray -
Available on Pointer<
Sets the label of an entry.SdlTrayEntry> , provided by the SdlTrayEntryPointerEx extension