Tray
Constructors
Functions
addListener
Link copied to clipboard
open fun addListener(event: String, listener: (event: Event, files: Array<String>) -> Unit): Tray
Content copied to clipboard
open fun addListener(event: String, listener: (event: Event, text: String) -> Unit): Tray
Content copied to clipboard
open fun addListener(event: String, listener: (event: KeyboardEvent, position: Point) -> Unit): Tray
Content copied to clipboard
open fun addListener(event: String, listener: (event: KeyboardEvent, bounds: Rectangle) -> Unit): Tray
Content copied to clipboard
open fun addListener(event: String, listener: (event: KeyboardEvent, bounds: Rectangle, position: Point) -> Unit): Tray
Content copied to clipboard
open fun addListener(event: Any, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
open fun addListener(event: String, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
displayBalloon
Link copied to clipboard
eventNames
Link copied to clipboard
getIgnoreDoubleClickEvents
Link copied to clipboard
getMaxListeners
Link copied to clipboard
isDestroyed
Link copied to clipboard
listenerCount
Link copied to clipboard
on
Link copied to clipboard
open fun on(event: String, listener: (event: Event, files: Array<String>) -> Unit): Tray
Content copied to clipboard
open fun on(event: String, listener: (event: Event, text: String) -> Unit): Tray
Content copied to clipboard
open fun on(event: String, listener: (event: KeyboardEvent, position: Point) -> Unit): Tray
Content copied to clipboard
open fun on(event: String, listener: (event: KeyboardEvent, bounds: Rectangle) -> Unit): Tray
Content copied to clipboard
once
Link copied to clipboard
open fun once(event: String, listener: (event: Event, files: Array<String>) -> Unit): Tray
Content copied to clipboard
open fun once(event: String, listener: (event: Event, text: String) -> Unit): Tray
Content copied to clipboard
open fun once(event: String, listener: (event: KeyboardEvent, position: Point) -> Unit): Tray
Content copied to clipboard
open fun once(event: String, listener: (event: KeyboardEvent, bounds: Rectangle) -> Unit): Tray
Content copied to clipboard
open fun once(event: String, listener: (event: KeyboardEvent, bounds: Rectangle, position: Point) -> Unit): Tray
Content copied to clipboard
open fun once(event: String, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
popUpContextMenu
Link copied to clipboard
open fun popUpContextMenu(menu: Menu = definedExternally, position: Point = definedExternally)
Content copied to clipboard
prependListener
Link copied to clipboard
open fun prependListener(event: Any, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
open fun prependListener(event: String, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
prependOnceListener
Link copied to clipboard
open fun prependOnceListener(event: Any, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
open fun prependOnceListener(event: String, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
rawListeners
Link copied to clipboard
removeAllListeners
Link copied to clipboard
open fun removeAllListeners(event: Any = definedExternally): EventEmitter
Content copied to clipboard
open fun removeAllListeners(event: String = definedExternally): EventEmitter
Content copied to clipboard
removeBalloon
Link copied to clipboard
open fun removeBalloon()
Content copied to clipboard
removeListener
Link copied to clipboard
open fun removeListener(event: String, listener: (event: Event, files: Array<String>) -> Unit): Tray
Content copied to clipboard
open fun removeListener(event: String, listener: (event: Event, text: String) -> Unit): Tray
Content copied to clipboard
open fun removeListener(event: String, listener: (event: KeyboardEvent, position: Point) -> Unit): Tray
Content copied to clipboard
open fun removeListener(event: String, listener: (event: KeyboardEvent, bounds: Rectangle) -> Unit): Tray
Content copied to clipboard
open fun removeListener(event: String, listener: (event: KeyboardEvent, bounds: Rectangle, position: Point) -> Unit): Tray
Content copied to clipboard
open fun removeListener(event: Any, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
open fun removeListener(event: String, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
setContextMenu
Link copied to clipboard
setIgnoreDoubleClickEvents
Link copied to clipboard
setImage
Link copied to clipboard
setMaxListeners
Link copied to clipboard
setPressedImage
Link copied to clipboard
setToolTip
Link copied to clipboard