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

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMHTMLUListElement o) => IsDOMHTMLUListElement o Source #

Type class for types which can be safely cast to DOMHTMLUListElement, for instance with toDOMHTMLUListElement.

toDOMHTMLUListElement :: (MonadIO m, IsDOMHTMLUListElement o) => o -> m DOMHTMLUListElement Source #

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

Methods

Overloaded methods

getCompact

dOMHTMLUListElementGetCompact Source #

Arguments

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

self: A DOMHTMLUListElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTypeAttr

dOMHTMLUListElementGetTypeAttr Source #

Arguments

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

self: A DOMHTMLUListElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCompact

dOMHTMLUListElementSetCompact Source #

Arguments

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

self: A DOMHTMLUListElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setTypeAttr

dOMHTMLUListElementSetTypeAttr Source #

Arguments

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

self: A DOMHTMLUListElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

compact

No description available in the introspection data.

constructDOMHTMLUListElementCompact :: IsDOMHTMLUListElement o => Bool -> IO (GValueConstruct o) Source #

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

getDOMHTMLUListElementCompact :: (MonadIO m, IsDOMHTMLUListElement o) => o -> m Bool Source #

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

get dOMHTMLUListElement #compact

setDOMHTMLUListElementCompact :: (MonadIO m, IsDOMHTMLUListElement o) => o -> Bool -> m () Source #

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

set dOMHTMLUListElement [ #compact := value ]

type

No description available in the introspection data.

clearDOMHTMLUListElementType :: (MonadIO m, IsDOMHTMLUListElement o) => o -> m () Source #

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

clear #type

constructDOMHTMLUListElementType :: IsDOMHTMLUListElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLUListElementType :: (MonadIO m, IsDOMHTMLUListElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLUListElement #type

setDOMHTMLUListElementType :: (MonadIO m, IsDOMHTMLUListElement o) => o -> Text -> m () Source #

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

set dOMHTMLUListElement [ #type := value ]