gi-webkit2webextension-4.0.24: WebKit2-WebExtension bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLIFrameElement

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMHTMLIFrameElement o) => IsDOMHTMLIFrameElement o Source #

Type class for types which can be safely cast to DOMHTMLIFrameElement, for instance with toDOMHTMLIFrameElement.

toDOMHTMLIFrameElement :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> m DOMHTMLIFrameElement Source #

Cast to DOMHTMLIFrameElement, for types for which this is known to be safe. For general casts, use castTo.

Methods

Overloaded methods

getAlign

dOMHTMLIFrameElementGetAlign Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getContentDocument

dOMHTMLIFrameElementGetContentDocument Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getContentWindow

dOMHTMLIFrameElementGetContentWindow Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getFrameBorder

dOMHTMLIFrameElementGetFrameBorder Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHeight

dOMHTMLIFrameElementGetHeight Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getLongDesc

dOMHTMLIFrameElementGetLongDesc Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getMarginHeight

dOMHTMLIFrameElementGetMarginHeight Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getMarginWidth

dOMHTMLIFrameElementGetMarginWidth Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getName

dOMHTMLIFrameElementGetName Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getScrolling

dOMHTMLIFrameElementGetScrolling Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSrc

dOMHTMLIFrameElementGetSrc Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getWidth

dOMHTMLIFrameElementGetWidth Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAlign

dOMHTMLIFrameElementSetAlign Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setFrameBorder

dOMHTMLIFrameElementSetFrameBorder Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHeight

dOMHTMLIFrameElementSetHeight Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setLongDesc

dOMHTMLIFrameElementSetLongDesc Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setMarginHeight

dOMHTMLIFrameElementSetMarginHeight Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setMarginWidth

dOMHTMLIFrameElementSetMarginWidth Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setName

dOMHTMLIFrameElementSetName Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setScrolling

dOMHTMLIFrameElementSetScrolling Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSrc

dOMHTMLIFrameElementSetSrc Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setWidth

dOMHTMLIFrameElementSetWidth Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

align

No description available in the introspection data.

constructDOMHTMLIFrameElementAlign :: IsDOMHTMLIFrameElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “align” property. This is rarely needed directly, but it is used by new.

getDOMHTMLIFrameElementAlign :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> m (Maybe Text) Source #

Get the value of the “align” property. When overloading is enabled, this is equivalent to

get dOMHTMLIFrameElement #align

setDOMHTMLIFrameElementAlign :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> Text -> m () Source #

Set the value of the “align” property. When overloading is enabled, this is equivalent to

set dOMHTMLIFrameElement [ #align := value ]

contentDocument

No description available in the introspection data.

getDOMHTMLIFrameElementContentDocument :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> m DOMDocument Source #

Get the value of the “content-document” property. When overloading is enabled, this is equivalent to

get dOMHTMLIFrameElement #contentDocument

contentWindow

No description available in the introspection data.

getDOMHTMLIFrameElementContentWindow :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> m (Maybe DOMDOMWindow) Source #

Get the value of the “content-window” property. When overloading is enabled, this is equivalent to

get dOMHTMLIFrameElement #contentWindow

frameBorder

No description available in the introspection data.

constructDOMHTMLIFrameElementFrameBorder :: IsDOMHTMLIFrameElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “frame-border” property. This is rarely needed directly, but it is used by new.

getDOMHTMLIFrameElementFrameBorder :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> m (Maybe Text) Source #

Get the value of the “frame-border” property. When overloading is enabled, this is equivalent to

get dOMHTMLIFrameElement #frameBorder

setDOMHTMLIFrameElementFrameBorder :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> Text -> m () Source #

Set the value of the “frame-border” property. When overloading is enabled, this is equivalent to

set dOMHTMLIFrameElement [ #frameBorder := value ]

height

No description available in the introspection data.

constructDOMHTMLIFrameElementHeight :: IsDOMHTMLIFrameElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “height” property. This is rarely needed directly, but it is used by new.

getDOMHTMLIFrameElementHeight :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> m (Maybe Text) Source #

Get the value of the “height” property. When overloading is enabled, this is equivalent to

get dOMHTMLIFrameElement #height

setDOMHTMLIFrameElementHeight :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> Text -> m () Source #

Set the value of the “height” property. When overloading is enabled, this is equivalent to

set dOMHTMLIFrameElement [ #height := value ]

longDesc

No description available in the introspection data.

constructDOMHTMLIFrameElementLongDesc :: IsDOMHTMLIFrameElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “long-desc” property. This is rarely needed directly, but it is used by new.

getDOMHTMLIFrameElementLongDesc :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> m (Maybe Text) Source #

Get the value of the “long-desc” property. When overloading is enabled, this is equivalent to

get dOMHTMLIFrameElement #longDesc

setDOMHTMLIFrameElementLongDesc :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> Text -> m () Source #

Set the value of the “long-desc” property. When overloading is enabled, this is equivalent to

set dOMHTMLIFrameElement [ #longDesc := value ]

marginHeight

No description available in the introspection data.

constructDOMHTMLIFrameElementMarginHeight :: IsDOMHTMLIFrameElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “margin-height” property. This is rarely needed directly, but it is used by new.

getDOMHTMLIFrameElementMarginHeight :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> m (Maybe Text) Source #

Get the value of the “margin-height” property. When overloading is enabled, this is equivalent to

get dOMHTMLIFrameElement #marginHeight

setDOMHTMLIFrameElementMarginHeight :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> Text -> m () Source #

Set the value of the “margin-height” property. When overloading is enabled, this is equivalent to

set dOMHTMLIFrameElement [ #marginHeight := value ]

marginWidth

No description available in the introspection data.

constructDOMHTMLIFrameElementMarginWidth :: IsDOMHTMLIFrameElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “margin-width” property. This is rarely needed directly, but it is used by new.

getDOMHTMLIFrameElementMarginWidth :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> m (Maybe Text) Source #

Get the value of the “margin-width” property. When overloading is enabled, this is equivalent to

get dOMHTMLIFrameElement #marginWidth

setDOMHTMLIFrameElementMarginWidth :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> Text -> m () Source #

Set the value of the “margin-width” property. When overloading is enabled, this is equivalent to

set dOMHTMLIFrameElement [ #marginWidth := value ]

name

No description available in the introspection data.

constructDOMHTMLIFrameElementName :: IsDOMHTMLIFrameElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “name” property. This is rarely needed directly, but it is used by new.

getDOMHTMLIFrameElementName :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> m (Maybe Text) Source #

Get the value of the “name” property. When overloading is enabled, this is equivalent to

get dOMHTMLIFrameElement #name

setDOMHTMLIFrameElementName :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> Text -> m () Source #

Set the value of the “name” property. When overloading is enabled, this is equivalent to

set dOMHTMLIFrameElement [ #name := value ]

scrolling

No description available in the introspection data.

constructDOMHTMLIFrameElementScrolling :: IsDOMHTMLIFrameElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “scrolling” property. This is rarely needed directly, but it is used by new.

getDOMHTMLIFrameElementScrolling :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> m (Maybe Text) Source #

Get the value of the “scrolling” property. When overloading is enabled, this is equivalent to

get dOMHTMLIFrameElement #scrolling

setDOMHTMLIFrameElementScrolling :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> Text -> m () Source #

Set the value of the “scrolling” property. When overloading is enabled, this is equivalent to

set dOMHTMLIFrameElement [ #scrolling := value ]

src

No description available in the introspection data.

constructDOMHTMLIFrameElementSrc :: IsDOMHTMLIFrameElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “src” property. This is rarely needed directly, but it is used by new.

getDOMHTMLIFrameElementSrc :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> m (Maybe Text) Source #

Get the value of the “src” property. When overloading is enabled, this is equivalent to

get dOMHTMLIFrameElement #src

setDOMHTMLIFrameElementSrc :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> Text -> m () Source #

Set the value of the “src” property. When overloading is enabled, this is equivalent to

set dOMHTMLIFrameElement [ #src := value ]

width

No description available in the introspection data.

constructDOMHTMLIFrameElementWidth :: IsDOMHTMLIFrameElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “width” property. This is rarely needed directly, but it is used by new.

getDOMHTMLIFrameElementWidth :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> m (Maybe Text) Source #

Get the value of the “width” property. When overloading is enabled, this is equivalent to

get dOMHTMLIFrameElement #width

setDOMHTMLIFrameElementWidth :: (MonadIO m, IsDOMHTMLIFrameElement o) => o -> Text -> m () Source #

Set the value of the “width” property. When overloading is enabled, this is equivalent to

set dOMHTMLIFrameElement [ #width := value ]