Browser Window
open external class BrowserWindow(options: BrowserWindowConstructorOptions = definedExternally) : EventEmitter
Content copied to clipboard
Constructors
Link copied to clipboard
fun BrowserWindow(options: BrowserWindowConstructorOptions = definedExternally)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
open fun addListener(event: String, listener: (event: Event) -> Unit): BrowserWindow
Content copied to clipboard
open fun addListener(event: String, listener: (event: Event, newBounds: Rectangle) -> Unit): BrowserWindow
Content copied to clipboard
open fun addListener(event: String, listener: (event: Event, isAlwaysOnTop: Boolean) -> Unit): BrowserWindow
Content copied to clipboard
open fun addListener(event: String, listener: (event: Event, rotation: Number) -> Unit): BrowserWindow
Content copied to clipboard
open fun addListener(event: String, listener: (event: Event, command: String) -> Unit): BrowserWindow
Content copied to clipboard
open fun addListener(event: String, listener: (event: Event, title: String, explicitSet: Boolean) -> Unit): BrowserWindow
Content copied to clipboard
open fun addListener(event: String, listener: Function<*>): BrowserWindow
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
open fun capturePage(rect: Rectangle = definedExternally): <Error class: unknown class><NativeImage>
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
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
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
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
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun loadFile(filePath: String, options: LoadFileOptions = definedExternally): <Error class: unknown class><Unit>
Content copied to clipboard
Link copied to clipboard
open fun loadURL(url: String, options: LoadURLOptions = definedExternally): <Error class: unknown class><Unit>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun on(event: String, listener: (event: Event) -> Unit): BrowserWindow
Content copied to clipboard
open fun on(event: String, listener: (event: Event, newBounds: Rectangle) -> Unit): BrowserWindow
Content copied to clipboard
open fun on(event: String, listener: (event: Event, isAlwaysOnTop: Boolean) -> Unit): BrowserWindow
Content copied to clipboard
open fun on(event: String, listener: (event: Event, rotation: Number) -> Unit): BrowserWindow
Content copied to clipboard
open fun on(event: String, listener: (event: Event, command: String) -> Unit): BrowserWindow
Content copied to clipboard
Link copied to clipboard
open fun once(event: String, listener: (event: Event) -> Unit): BrowserWindow
Content copied to clipboard
open fun once(event: String, listener: (event: Event, newBounds: Rectangle) -> Unit): BrowserWindow
Content copied to clipboard
open fun once(event: String, listener: (event: Event, isAlwaysOnTop: Boolean) -> Unit): BrowserWindow
Content copied to clipboard
open fun once(event: String, listener: (event: Event, rotation: Number) -> Unit): BrowserWindow
Content copied to clipboard
open fun once(event: String, listener: (event: Event, command: String) -> Unit): BrowserWindow
Content copied to clipboard
open fun once(event: String, listener: (event: Event, title: String, explicitSet: Boolean) -> Unit): BrowserWindow
Content copied to clipboard
open fun once(event: String, listener: (args: Any) -> Unit): EventEmitter
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
open fun previewFile(path: String, displayName: String = definedExternally)
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) -> Unit): BrowserWindow
Content copied to clipboard
open fun removeListener(event: String, listener: (event: Event, newBounds: Rectangle) -> Unit): BrowserWindow
Content copied to clipboard
open fun removeListener(event: String, listener: (event: Event, isAlwaysOnTop: Boolean) -> Unit): BrowserWindow
Content copied to clipboard
open fun removeListener(event: String, listener: (event: Event, rotation: Number) -> Unit): BrowserWindow
Content copied to clipboard
open fun removeListener(event: String, listener: (event: Event, command: String) -> Unit): BrowserWindow
Content copied to clipboard
open fun removeListener(event: String, listener: (event: Event, title: String, explicitSet: Boolean) -> Unit): BrowserWindow
Content copied to clipboard
open fun removeListener(event: String, listener: Function<*>): BrowserWindow
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
open fun setAlwaysOnTop( flag: Boolean, level: String = definedExternally, relativeLevel: Number = definedExternally)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setAspectRatio(aspectRatio: Number, extraSize: Size = definedExternally)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setBounds(bounds: RectanglePartial, animate: Boolean = definedExternally)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setContentBounds(bounds: Rectangle, animate: Boolean = definedExternally)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setContentSize( width: Number, height: Number, animate: Boolean = definedExternally)
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
Link copied to clipboard
open fun setIgnoreMouseEvents(ignore: Boolean, options: IgnoreMouseEventsOptions = definedExternally)
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setPosition( x: Number, y: Number, animate: Boolean = definedExternally)
Content copied to clipboard
Link copied to clipboard
open fun setProgressBar(progress: Number, options: ProgressBarOptions = definedExternally)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setSheetOffset(offsetY: Number, offsetX: Number = definedExternally)
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
Link copied to clipboard
Link copied to clipboard
open fun setVisibleOnAllWorkspaces(visible: Boolean, options: VisibleOnAllWorkspacesOptions = definedExternally)
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