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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLDirectoryElement Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf DOMHTMLDirectoryElement o) => IsDOMHTMLDirectoryElement o Source #

Type class for types which can be safely cast to DOMHTMLDirectoryElement, for instance with toDOMHTMLDirectoryElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLDirectoryElement o) => IsDOMHTMLDirectoryElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDirectoryElement

toDOMHTMLDirectoryElement :: (MonadIO m, IsDOMHTMLDirectoryElement o) => o -> m DOMHTMLDirectoryElement Source #

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

Methods

Overloaded methods

getCompact

dOMHTMLDirectoryElementGetCompact Source #

Arguments

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

self: A DOMHTMLDirectoryElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCompact

dOMHTMLDirectoryElementSetCompact Source #

Arguments

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

self: A DOMHTMLDirectoryElement

-> Bool

value: A Bool

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

constructDOMHTMLDirectoryElementCompact :: (IsDOMHTMLDirectoryElement o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

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

getDOMHTMLDirectoryElementCompact :: (MonadIO m, IsDOMHTMLDirectoryElement o) => o -> m Bool Source #

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

get dOMHTMLDirectoryElement #compact

setDOMHTMLDirectoryElementCompact :: (MonadIO m, IsDOMHTMLDirectoryElement o) => o -> Bool -> m () Source #

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

set dOMHTMLDirectoryElement [ #compact := value ]