gi-webkit2webextension-4.0.25: 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.DOMHTMLBRElement

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLBRElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLBRElement (ManagedPtr DOMHTMLBRElement) 

Instances

Instances details
Eq DOMHTMLBRElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLBRElement

GObject DOMHTMLBRElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLBRElement

ManagedPtrNewtype DOMHTMLBRElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLBRElement

TypedObject DOMHTMLBRElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLBRElement

Methods

glibType :: IO GType

IsGValue DOMHTMLBRElement Source #

Convert DOMHTMLBRElement to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLBRElement

Methods

toGValue :: DOMHTMLBRElement -> IO GValue

fromGValue :: GValue -> IO DOMHTMLBRElement

HasParentTypes DOMHTMLBRElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLBRElement

type ParentTypes DOMHTMLBRElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLBRElement

class (GObject o, IsDescendantOf DOMHTMLBRElement o) => IsDOMHTMLBRElement o Source #

Type class for types which can be safely cast to DOMHTMLBRElement, for instance with toDOMHTMLBRElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLBRElement o) => IsDOMHTMLBRElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLBRElement

toDOMHTMLBRElement :: (MonadIO m, IsDOMHTMLBRElement o) => o -> m DOMHTMLBRElement Source #

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

Methods

Overloaded methods

getClear

dOMHTMLBRElementGetClear Source #

Arguments

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

self: A DOMHTMLBRElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setClear

dOMHTMLBRElementSetClear Source #

Arguments

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

self: A DOMHTMLBRElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

clear

No description available in the introspection data.

constructDOMHTMLBRElementClear :: (IsDOMHTMLBRElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLBRElementClear :: (MonadIO m, IsDOMHTMLBRElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLBRElement #clear

setDOMHTMLBRElementClear :: (MonadIO m, IsDOMHTMLBRElement o) => o -> Text -> m () Source #

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

set dOMHTMLBRElement [ #clear := value ]