gi-webkit-3.0.14: WebKit 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.WebKit.Objects.DOMHTMLSelectElement

Contents

Description

 

Synopsis

Exported types

Methods

add

dOMHTMLSelectElementAdd Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a, IsDOMHTMLElement b, IsDOMHTMLElement c) 
=> a

self: A DOMHTMLSelectElement

-> b

element: A DOMHTMLElement

-> c

before: A DOMHTMLElement

-> m ()

(Can throw GError)

No description available in the introspection data.

checkValidity

dOMHTMLSelectElementCheckValidity Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getAutofocus

dOMHTMLSelectElementGetAutofocus Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getDisabled

dOMHTMLSelectElementGetDisabled Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getForm

dOMHTMLSelectElementGetForm Source #

No description available in the introspection data.

getLabels

dOMHTMLSelectElementGetLabels Source #

No description available in the introspection data.

getLength

dOMHTMLSelectElementGetLength Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m CULong

Returns: A gulong

No description available in the introspection data.

getMultiple

dOMHTMLSelectElementGetMultiple Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getName

dOMHTMLSelectElementGetName Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getOptions

dOMHTMLSelectElementGetOptions Source #

No description available in the introspection data.

getRequired

dOMHTMLSelectElementGetRequired Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getSelectedIndex

dOMHTMLSelectElementGetSelectedIndex Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getSelectedOptions

dOMHTMLSelectElementGetSelectedOptions Source #

No description available in the introspection data.

getSize

dOMHTMLSelectElementGetSize Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getValidationMessage

dOMHTMLSelectElementGetValidationMessage Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getValidity

dOMHTMLSelectElementGetValidity Source #

No description available in the introspection data.

getValue

dOMHTMLSelectElementGetValue Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getWillValidate

dOMHTMLSelectElementGetWillValidate Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

item

dOMHTMLSelectElementItem Source #

Arguments

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

self: A DOMHTMLSelectElement

-> CULong

index: A gulong

-> m DOMNode

Returns: A DOMNode

No description available in the introspection data.

namedItem

dOMHTMLSelectElementNamedItem Source #

Arguments

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

self: A DOMHTMLSelectElement

-> Text

name: A gchar

-> m DOMNode

Returns: A DOMNode

No description available in the introspection data.

remove

dOMHTMLSelectElementRemove Source #

Arguments

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

self: A DOMHTMLSelectElement

-> CLong

index: A glong

-> m () 

No description available in the introspection data.

setAutofocus

dOMHTMLSelectElementSetAutofocus Source #

Arguments

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

self: A DOMHTMLSelectElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setCustomValidity

dOMHTMLSelectElementSetCustomValidity Source #

Arguments

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

self: A DOMHTMLSelectElement

-> Text

error: A gchar

-> m () 

No description available in the introspection data.

setDisabled

dOMHTMLSelectElementSetDisabled Source #

Arguments

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

self: A DOMHTMLSelectElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setLength

dOMHTMLSelectElementSetLength Source #

Arguments

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

self: A DOMHTMLSelectElement

-> CULong

value: A gulong

-> m ()

(Can throw GError)

No description available in the introspection data.

setMultiple

dOMHTMLSelectElementSetMultiple Source #

Arguments

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

self: A DOMHTMLSelectElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setName

dOMHTMLSelectElementSetName Source #

Arguments

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

self: A DOMHTMLSelectElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setRequired

dOMHTMLSelectElementSetRequired Source #

Arguments

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

self: A DOMHTMLSelectElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setSelectedIndex

dOMHTMLSelectElementSetSelectedIndex Source #

Arguments

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

self: A DOMHTMLSelectElement

-> CLong

value: A glong

-> m () 

No description available in the introspection data.

setSize

dOMHTMLSelectElementSetSize Source #

Arguments

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

self: A DOMHTMLSelectElement

-> CLong

value: A glong

-> m () 

No description available in the introspection data.

setValue

dOMHTMLSelectElementSetValue Source #

Arguments

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

self: A DOMHTMLSelectElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Properties

autofocus

disabled

form

labels

length

multiple

name

options

required

selectedIndex

selectedOptions

size

type

validationMessage

validity

value

willValidate