Tray
Constructors
Functions
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
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
Link copied to clipboard
open fun popUpContextMenu(menu: Menu = definedExternally, position: Point = definedExternally)
Content copied to clipboard
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
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
Link copied to clipboard
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
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard