ScriptDialog

class ScriptDialog(pointer: <Error class: unknown class><<Error class: unknown class>>)

Carries details to be shown in user-facing dialogs.

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val webkitScriptDialogPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
fun close()

Close @dialog.

Link copied to clipboard

Set whether the user confirmed the dialog.

Link copied to clipboard

Get the dialog type of a #WebKitScriptDialog.

Link copied to clipboard

Get the message of a #WebKitScriptDialog.

Link copied to clipboard

Get the default text of a #WebKitScriptDialog of type %WEBKIT_SCRIPT_DIALOG_PROMPT.

Link copied to clipboard

Set the text entered by the user in the dialog.

Link copied to clipboard

Atomically increments the reference count of @dialog by one.

Link copied to clipboard
fun unref()

Atomically decrements the reference count of @dialog by one.