Package-level declarations

Types

Link copied to clipboard
class PopupWindowState(    val browser: Browser,     bounds: Rect = DEFAULT_POPUP_BOUNDS,     onClose: (PopupWindowState) -> Unit,     scope: <Error class: unknown class>) : AutoCloseable
class PopupWindowState(    val browser: Browser,     bounds: Rect = DEFAULT_POPUP_BOUNDS,     onClose: (PopupWindowState) -> Unit,     scope: <Error class: unknown class>) : AutoCloseable

State of PopupWindow.

Functions

Link copied to clipboard

Creates a popup window.