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

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMHTMLFrameElement o) => IsDOMHTMLFrameElement o Source #

Type class for types which can be safely cast to DOMHTMLFrameElement, for instance with toDOMHTMLFrameElement.

toDOMHTMLFrameElement :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> m DOMHTMLFrameElement Source #

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

Methods

Overloaded methods

getContentDocument

dOMHTMLFrameElementGetContentDocument Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getContentWindow

dOMHTMLFrameElementGetContentWindow Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

contentDocument

No description available in the introspection data.

getDOMHTMLFrameElementContentDocument :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> m DOMDocument Source #

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

get dOMHTMLFrameElement #contentDocument

contentWindow

No description available in the introspection data.

getDOMHTMLFrameElementContentWindow :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> m (Maybe DOMDOMWindow) Source #

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

get dOMHTMLFrameElement #contentWindow

frameBorder

No description available in the introspection data.

constructDOMHTMLFrameElementFrameBorder :: IsDOMHTMLFrameElement 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.

getDOMHTMLFrameElementFrameBorder :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLFrameElement #frameBorder

setDOMHTMLFrameElementFrameBorder :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> Text -> m () Source #

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

set dOMHTMLFrameElement [ #frameBorder := value ]

height

No description available in the introspection data.

getDOMHTMLFrameElementHeight :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> m CLong Source #

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

get dOMHTMLFrameElement #height

longDesc

No description available in the introspection data.

constructDOMHTMLFrameElementLongDesc :: IsDOMHTMLFrameElement 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.

getDOMHTMLFrameElementLongDesc :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLFrameElement #longDesc

setDOMHTMLFrameElementLongDesc :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> Text -> m () Source #

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

set dOMHTMLFrameElement [ #longDesc := value ]

marginHeight

No description available in the introspection data.

constructDOMHTMLFrameElementMarginHeight :: IsDOMHTMLFrameElement 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.

getDOMHTMLFrameElementMarginHeight :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLFrameElement #marginHeight

setDOMHTMLFrameElementMarginHeight :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> Text -> m () Source #

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

set dOMHTMLFrameElement [ #marginHeight := value ]

marginWidth

No description available in the introspection data.

constructDOMHTMLFrameElementMarginWidth :: IsDOMHTMLFrameElement 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.

getDOMHTMLFrameElementMarginWidth :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLFrameElement #marginWidth

setDOMHTMLFrameElementMarginWidth :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> Text -> m () Source #

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

set dOMHTMLFrameElement [ #marginWidth := value ]

name

No description available in the introspection data.

constructDOMHTMLFrameElementName :: IsDOMHTMLFrameElement 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.

getDOMHTMLFrameElementName :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLFrameElement #name

setDOMHTMLFrameElementName :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> Text -> m () Source #

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

set dOMHTMLFrameElement [ #name := value ]

noResize

No description available in the introspection data.

constructDOMHTMLFrameElementNoResize :: IsDOMHTMLFrameElement o => Bool -> IO (GValueConstruct o) Source #

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

getDOMHTMLFrameElementNoResize :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> m Bool Source #

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

get dOMHTMLFrameElement #noResize

setDOMHTMLFrameElementNoResize :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> Bool -> m () Source #

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

set dOMHTMLFrameElement [ #noResize := value ]

scrolling

No description available in the introspection data.

constructDOMHTMLFrameElementScrolling :: IsDOMHTMLFrameElement 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.

getDOMHTMLFrameElementScrolling :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLFrameElement #scrolling

setDOMHTMLFrameElementScrolling :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> Text -> m () Source #

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

set dOMHTMLFrameElement [ #scrolling := value ]

src

No description available in the introspection data.

constructDOMHTMLFrameElementSrc :: IsDOMHTMLFrameElement 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.

getDOMHTMLFrameElementSrc :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLFrameElement #src

setDOMHTMLFrameElementSrc :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> Text -> m () Source #

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

set dOMHTMLFrameElement [ #src := value ]

width

No description available in the introspection data.

getDOMHTMLFrameElementWidth :: (MonadIO m, IsDOMHTMLFrameElement o) => o -> m CLong Source #

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

get dOMHTMLFrameElement #width