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

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMHTMLPreElement o) => IsDOMHTMLPreElement o Source #

Type class for types which can be safely cast to DOMHTMLPreElement, for instance with toDOMHTMLPreElement.

toDOMHTMLPreElement :: (MonadIO m, IsDOMHTMLPreElement o) => o -> m DOMHTMLPreElement Source #

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

Methods

Overloaded methods

getWidth

dOMHTMLPreElementGetWidth Source #

Arguments

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

self: A DOMHTMLPreElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getWrap

dOMHTMLPreElementGetWrap Source #

Arguments

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

self: A DOMHTMLPreElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setWidth

dOMHTMLPreElementSetWidth Source #

Arguments

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

self: A DOMHTMLPreElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setWrap

dOMHTMLPreElementSetWrap Source #

Arguments

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

self: A DOMHTMLPreElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

width

No description available in the introspection data.

constructDOMHTMLPreElementWidth :: IsDOMHTMLPreElement o => CLong -> 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.

getDOMHTMLPreElementWidth :: (MonadIO m, IsDOMHTMLPreElement o) => o -> m CLong Source #

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

get dOMHTMLPreElement #width

setDOMHTMLPreElementWidth :: (MonadIO m, IsDOMHTMLPreElement o) => o -> CLong -> m () Source #

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

set dOMHTMLPreElement [ #width := value ]

wrap

No description available in the introspection data.

constructDOMHTMLPreElementWrap :: IsDOMHTMLPreElement o => Bool -> IO (GValueConstruct o) Source #

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

getDOMHTMLPreElementWrap :: (MonadIO m, IsDOMHTMLPreElement o) => o -> m Bool Source #

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

get dOMHTMLPreElement #wrap

setDOMHTMLPreElementWrap :: (MonadIO m, IsDOMHTMLPreElement o) => o -> Bool -> m () Source #

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

set dOMHTMLPreElement [ #wrap := value ]