Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype DOMHTMLBRElement = DOMHTMLBRElement (ManagedPtr DOMHTMLBRElement)
- class (GObject o, IsDescendantOf DOMHTMLBRElement o) => IsDOMHTMLBRElement o
- toDOMHTMLBRElement :: (MonadIO m, IsDOMHTMLBRElement o) => o -> m DOMHTMLBRElement
- noDOMHTMLBRElement :: Maybe DOMHTMLBRElement
- dOMHTMLBRElementGetClear :: (HasCallStack, MonadIO m, IsDOMHTMLBRElement a) => a -> m Text
- dOMHTMLBRElementSetClear :: (HasCallStack, MonadIO m, IsDOMHTMLBRElement a) => a -> Text -> m ()
- constructDOMHTMLBRElementClear :: IsDOMHTMLBRElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLBRElementClear :: (MonadIO m, IsDOMHTMLBRElement o) => o -> m (Maybe Text)
- setDOMHTMLBRElementClear :: (MonadIO m, IsDOMHTMLBRElement o) => o -> Text -> m ()
Exported types
newtype DOMHTMLBRElement Source #
Memory-managed wrapper type.
Instances
GObject DOMHTMLBRElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLBRElement gobjectType :: IO GType # | |
HasParentTypes DOMHTMLBRElement Source # | |
type ParentTypes DOMHTMLBRElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLBRElement type ParentTypes DOMHTMLBRElement = DOMHTMLElement ': (DOMElement ': (DOMNode ': (DOMObject ': (Object ': (DOMEventTarget ': ([] :: [Type])))))) |
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
(GObject o, IsDescendantOf DOMHTMLBRElement o) => IsDOMHTMLBRElement o Source # | |
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
.
noDOMHTMLBRElement :: Maybe DOMHTMLBRElement Source #
A convenience alias for Nothing
:: Maybe
DOMHTMLBRElement
.
Methods
getClear
dOMHTMLBRElementGetClear Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLBRElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setClear
dOMHTMLBRElementSetClear Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLBRElement a) | |
=> a |
|
-> Text |
|
-> 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 => Text -> IO (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 ]