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.DOMHTMLOptionElement

Contents

Description

 

Synopsis

Exported types

Methods

getDefaultSelected

dOMHTMLOptionElementGetDefaultSelected Source #

Arguments

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

self: A DOMHTMLOptionElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getDisabled

dOMHTMLOptionElementGetDisabled Source #

Arguments

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

self: A DOMHTMLOptionElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getForm

dOMHTMLOptionElementGetForm Source #

No description available in the introspection data.

getIndex

dOMHTMLOptionElementGetIndex Source #

Arguments

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

self: A DOMHTMLOptionElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getLabel

dOMHTMLOptionElementGetLabel Source #

Arguments

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

self: A DOMHTMLOptionElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getSelected

dOMHTMLOptionElementGetSelected Source #

Arguments

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

self: A DOMHTMLOptionElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getText

dOMHTMLOptionElementGetText Source #

Arguments

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

self: A DOMHTMLOptionElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getValue

dOMHTMLOptionElementGetValue Source #

Arguments

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

self: A DOMHTMLOptionElement

-> m Text

Returns: A gchar

No description available in the introspection data.

setDefaultSelected

dOMHTMLOptionElementSetDefaultSelected Source #

Arguments

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

self: A DOMHTMLOptionElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setDisabled

dOMHTMLOptionElementSetDisabled Source #

Arguments

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

self: A DOMHTMLOptionElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setLabel

dOMHTMLOptionElementSetLabel Source #

Arguments

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

self: A DOMHTMLOptionElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setSelected

dOMHTMLOptionElementSetSelected Source #

Arguments

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

self: A DOMHTMLOptionElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setValue

dOMHTMLOptionElementSetValue Source #

Arguments

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

self: A DOMHTMLOptionElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Properties

defaultSelected

disabled

form

index

label

selected

text

value