gi-webkit2webextension-4.0.12: WebKit2-WebExtension bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLTextAreaElement

Contents

Description

 

Synopsis

Exported types

Methods

getAreaType

dOMHTMLTextAreaElementGetAreaType Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getAutofocus

dOMHTMLTextAreaElementGetAutofocus Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getCols

dOMHTMLTextAreaElementGetCols Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getDefaultValue

dOMHTMLTextAreaElementGetDefaultValue Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getDisabled

dOMHTMLTextAreaElementGetDisabled Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getForm

dOMHTMLTextAreaElementGetForm Source #

No description available in the introspection data.

getName

dOMHTMLTextAreaElementGetName Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getReadOnly

dOMHTMLTextAreaElementGetReadOnly Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getRows

dOMHTMLTextAreaElementGetRows Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getSelectionEnd

dOMHTMLTextAreaElementGetSelectionEnd Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getSelectionStart

dOMHTMLTextAreaElementGetSelectionStart Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getValue

dOMHTMLTextAreaElementGetValue Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getWillValidate

dOMHTMLTextAreaElementGetWillValidate Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

isEdited

dOMHTMLTextAreaElementIsEdited Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

input: A DOMHTMLTextAreaElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

select

dOMHTMLTextAreaElementSelect Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> m () 

No description available in the introspection data.

setAutofocus

dOMHTMLTextAreaElementSetAutofocus Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setCols

dOMHTMLTextAreaElementSetCols Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> CLong

value: A glong

-> m () 

No description available in the introspection data.

setDefaultValue

dOMHTMLTextAreaElementSetDefaultValue Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setDisabled

dOMHTMLTextAreaElementSetDisabled Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setName

dOMHTMLTextAreaElementSetName Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setReadOnly

dOMHTMLTextAreaElementSetReadOnly Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setRows

dOMHTMLTextAreaElementSetRows Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> CLong

value: A glong

-> m () 

No description available in the introspection data.

setSelectionEnd

dOMHTMLTextAreaElementSetSelectionEnd Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> CLong

value: A glong

-> m () 

No description available in the introspection data.

setSelectionRange

dOMHTMLTextAreaElementSetSelectionRange Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> CLong

start: A glong

-> CLong

end: A glong

-> Text

direction: A gchar

-> m () 

No description available in the introspection data.

setSelectionStart

dOMHTMLTextAreaElementSetSelectionStart Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> CLong

value: A glong

-> m () 

No description available in the introspection data.

setValue

dOMHTMLTextAreaElementSetValue Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLTextAreaElement a) 
=> a

self: A DOMHTMLTextAreaElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Properties

autofocus

data DOMHTMLTextAreaElementAutofocusPropertyInfo Source #

Instances

AttrInfo DOMHTMLTextAreaElementAutofocusPropertyInfo Source # 
type AttrOrigin DOMHTMLTextAreaElementAutofocusPropertyInfo Source # 
type AttrLabel DOMHTMLTextAreaElementAutofocusPropertyInfo Source # 
type AttrGetType DOMHTMLTextAreaElementAutofocusPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementAutofocusPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTextAreaElementAutofocusPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTextAreaElementAutofocusPropertyInfo Source # 

cols

data DOMHTMLTextAreaElementColsPropertyInfo Source #

Instances

AttrInfo DOMHTMLTextAreaElementColsPropertyInfo Source # 
type AttrOrigin DOMHTMLTextAreaElementColsPropertyInfo Source # 
type AttrLabel DOMHTMLTextAreaElementColsPropertyInfo Source # 
type AttrGetType DOMHTMLTextAreaElementColsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementColsPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTextAreaElementColsPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTextAreaElementColsPropertyInfo Source # 

defaultValue

data DOMHTMLTextAreaElementDefaultValuePropertyInfo Source #

Instances

AttrInfo DOMHTMLTextAreaElementDefaultValuePropertyInfo Source # 
type AttrOrigin DOMHTMLTextAreaElementDefaultValuePropertyInfo Source # 
type AttrLabel DOMHTMLTextAreaElementDefaultValuePropertyInfo Source # 
type AttrGetType DOMHTMLTextAreaElementDefaultValuePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementDefaultValuePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTextAreaElementDefaultValuePropertyInfo Source # 
type AttrAllowedOps DOMHTMLTextAreaElementDefaultValuePropertyInfo Source # 

disabled

data DOMHTMLTextAreaElementDisabledPropertyInfo Source #

Instances

AttrInfo DOMHTMLTextAreaElementDisabledPropertyInfo Source # 
type AttrOrigin DOMHTMLTextAreaElementDisabledPropertyInfo Source # 
type AttrLabel DOMHTMLTextAreaElementDisabledPropertyInfo Source # 
type AttrGetType DOMHTMLTextAreaElementDisabledPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementDisabledPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTextAreaElementDisabledPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTextAreaElementDisabledPropertyInfo Source # 

form

data DOMHTMLTextAreaElementFormPropertyInfo Source #

Instances

AttrInfo DOMHTMLTextAreaElementFormPropertyInfo Source # 
type AttrOrigin DOMHTMLTextAreaElementFormPropertyInfo Source # 
type AttrLabel DOMHTMLTextAreaElementFormPropertyInfo Source # 
type AttrGetType DOMHTMLTextAreaElementFormPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementFormPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTextAreaElementFormPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTextAreaElementFormPropertyInfo Source # 

name

data DOMHTMLTextAreaElementNamePropertyInfo Source #

Instances

AttrInfo DOMHTMLTextAreaElementNamePropertyInfo Source # 
type AttrOrigin DOMHTMLTextAreaElementNamePropertyInfo Source # 
type AttrLabel DOMHTMLTextAreaElementNamePropertyInfo Source # 
type AttrGetType DOMHTMLTextAreaElementNamePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementNamePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTextAreaElementNamePropertyInfo Source # 
type AttrAllowedOps DOMHTMLTextAreaElementNamePropertyInfo Source # 

readOnly

data DOMHTMLTextAreaElementReadOnlyPropertyInfo Source #

Instances

AttrInfo DOMHTMLTextAreaElementReadOnlyPropertyInfo Source # 
type AttrOrigin DOMHTMLTextAreaElementReadOnlyPropertyInfo Source # 
type AttrLabel DOMHTMLTextAreaElementReadOnlyPropertyInfo Source # 
type AttrGetType DOMHTMLTextAreaElementReadOnlyPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementReadOnlyPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTextAreaElementReadOnlyPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTextAreaElementReadOnlyPropertyInfo Source # 

rows

data DOMHTMLTextAreaElementRowsPropertyInfo Source #

Instances

AttrInfo DOMHTMLTextAreaElementRowsPropertyInfo Source # 
type AttrOrigin DOMHTMLTextAreaElementRowsPropertyInfo Source # 
type AttrLabel DOMHTMLTextAreaElementRowsPropertyInfo Source # 
type AttrGetType DOMHTMLTextAreaElementRowsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementRowsPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTextAreaElementRowsPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTextAreaElementRowsPropertyInfo Source # 

selectionEnd

data DOMHTMLTextAreaElementSelectionEndPropertyInfo Source #

Instances

AttrInfo DOMHTMLTextAreaElementSelectionEndPropertyInfo Source # 
type AttrOrigin DOMHTMLTextAreaElementSelectionEndPropertyInfo Source # 
type AttrLabel DOMHTMLTextAreaElementSelectionEndPropertyInfo Source # 
type AttrGetType DOMHTMLTextAreaElementSelectionEndPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementSelectionEndPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTextAreaElementSelectionEndPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTextAreaElementSelectionEndPropertyInfo Source # 

selectionStart

data DOMHTMLTextAreaElementSelectionStartPropertyInfo Source #

Instances

AttrInfo DOMHTMLTextAreaElementSelectionStartPropertyInfo Source # 
type AttrOrigin DOMHTMLTextAreaElementSelectionStartPropertyInfo Source # 
type AttrLabel DOMHTMLTextAreaElementSelectionStartPropertyInfo Source # 
type AttrGetType DOMHTMLTextAreaElementSelectionStartPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementSelectionStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTextAreaElementSelectionStartPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTextAreaElementSelectionStartPropertyInfo Source # 

type

data DOMHTMLTextAreaElementTypePropertyInfo Source #

Instances

AttrInfo DOMHTMLTextAreaElementTypePropertyInfo Source # 
type AttrOrigin DOMHTMLTextAreaElementTypePropertyInfo Source # 
type AttrLabel DOMHTMLTextAreaElementTypePropertyInfo Source # 
type AttrGetType DOMHTMLTextAreaElementTypePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementTypePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTextAreaElementTypePropertyInfo Source # 
type AttrAllowedOps DOMHTMLTextAreaElementTypePropertyInfo Source # 

value

data DOMHTMLTextAreaElementValuePropertyInfo Source #

Instances

AttrInfo DOMHTMLTextAreaElementValuePropertyInfo Source # 
type AttrOrigin DOMHTMLTextAreaElementValuePropertyInfo Source # 
type AttrLabel DOMHTMLTextAreaElementValuePropertyInfo Source # 
type AttrGetType DOMHTMLTextAreaElementValuePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementValuePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTextAreaElementValuePropertyInfo Source # 
type AttrAllowedOps DOMHTMLTextAreaElementValuePropertyInfo Source # 

willValidate

data DOMHTMLTextAreaElementWillValidatePropertyInfo Source #

Instances

AttrInfo DOMHTMLTextAreaElementWillValidatePropertyInfo Source # 
type AttrOrigin DOMHTMLTextAreaElementWillValidatePropertyInfo Source # 
type AttrLabel DOMHTMLTextAreaElementWillValidatePropertyInfo Source # 
type AttrGetType DOMHTMLTextAreaElementWillValidatePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementWillValidatePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTextAreaElementWillValidatePropertyInfo Source # 
type AttrAllowedOps DOMHTMLTextAreaElementWillValidatePropertyInfo Source #