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

Contents

Description

 

Synopsis

Exported types

Methods

getContentDocument

dOMHTMLFrameElementGetContentDocument Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m DOMDocument

Returns: A DOMDocument

No description available in the introspection data.

getContentWindow

dOMHTMLFrameElementGetContentWindow Source #

No description available in the introspection data.

getFrameBorder

dOMHTMLFrameElementGetFrameBorder Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getHeight

dOMHTMLFrameElementGetHeight Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getLongDesc

dOMHTMLFrameElementGetLongDesc Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getMarginHeight

dOMHTMLFrameElementGetMarginHeight Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getMarginWidth

dOMHTMLFrameElementGetMarginWidth Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getName

dOMHTMLFrameElementGetName Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getNoResize

dOMHTMLFrameElementGetNoResize Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getScrolling

dOMHTMLFrameElementGetScrolling Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getSrc

dOMHTMLFrameElementGetSrc Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getWidth

dOMHTMLFrameElementGetWidth Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m CLong

Returns: A glong

No description available in the introspection data.

setFrameBorder

dOMHTMLFrameElementSetFrameBorder Source #

Arguments

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

self: A DOMHTMLFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setLongDesc

dOMHTMLFrameElementSetLongDesc Source #

Arguments

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

self: A DOMHTMLFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setMarginHeight

dOMHTMLFrameElementSetMarginHeight Source #

Arguments

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

self: A DOMHTMLFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setMarginWidth

dOMHTMLFrameElementSetMarginWidth Source #

Arguments

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

self: A DOMHTMLFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setName

dOMHTMLFrameElementSetName Source #

Arguments

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

self: A DOMHTMLFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setNoResize

dOMHTMLFrameElementSetNoResize Source #

Arguments

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

self: A DOMHTMLFrameElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setScrolling

dOMHTMLFrameElementSetScrolling Source #

Arguments

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

self: A DOMHTMLFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setSrc

dOMHTMLFrameElementSetSrc Source #

Arguments

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

self: A DOMHTMLFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Properties

contentDocument

contentWindow

frameBorder

height

longDesc

marginHeight

marginWidth

name

noResize

scrolling

src

width