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

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMHTMLFrameSetElement o) => IsDOMHTMLFrameSetElement o Source #

Type class for types which can be safely cast to DOMHTMLFrameSetElement, for instance with toDOMHTMLFrameSetElement.

toDOMHTMLFrameSetElement :: (MonadIO m, IsDOMHTMLFrameSetElement o) => o -> m DOMHTMLFrameSetElement Source #

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

Methods

Overloaded methods

getCols

dOMHTMLFrameSetElementGetCols Source #

Arguments

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

self: A DOMHTMLFrameSetElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getRows

dOMHTMLFrameSetElementGetRows Source #

Arguments

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

self: A DOMHTMLFrameSetElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCols

dOMHTMLFrameSetElementSetCols Source #

Arguments

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

self: A DOMHTMLFrameSetElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setRows

dOMHTMLFrameSetElementSetRows Source #

Arguments

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

self: A DOMHTMLFrameSetElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

cols

No description available in the introspection data.

constructDOMHTMLFrameSetElementCols :: IsDOMHTMLFrameSetElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLFrameSetElementCols :: (MonadIO m, IsDOMHTMLFrameSetElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLFrameSetElement #cols

setDOMHTMLFrameSetElementCols :: (MonadIO m, IsDOMHTMLFrameSetElement o) => o -> Text -> m () Source #

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

set dOMHTMLFrameSetElement [ #cols := value ]

rows

No description available in the introspection data.

constructDOMHTMLFrameSetElementRows :: IsDOMHTMLFrameSetElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLFrameSetElementRows :: (MonadIO m, IsDOMHTMLFrameSetElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLFrameSetElement #rows

setDOMHTMLFrameSetElementRows :: (MonadIO m, IsDOMHTMLFrameSetElement o) => o -> Text -> m () Source #

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

set dOMHTMLFrameSetElement [ #rows := value ]