gi-webkit2webextension-4.0.21: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLMenuElement

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMHTMLMenuElement o) => IsDOMHTMLMenuElement o Source #

Type class for types which can be safely cast to DOMHTMLMenuElement, for instance with toDOMHTMLMenuElement.

toDOMHTMLMenuElement :: (MonadIO m, IsDOMHTMLMenuElement o) => o -> m DOMHTMLMenuElement Source #

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

Methods

getCompact

dOMHTMLMenuElementGetCompact Source #

Arguments

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

self: A DOMHTMLMenuElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCompact

dOMHTMLMenuElementSetCompact Source #

Arguments

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

self: A DOMHTMLMenuElement

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

constructDOMHTMLMenuElementCompact :: IsDOMHTMLMenuElement 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.

getDOMHTMLMenuElementCompact :: (MonadIO m, IsDOMHTMLMenuElement o) => o -> m Bool Source #

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

get dOMHTMLMenuElement #compact

setDOMHTMLMenuElementCompact :: (MonadIO m, IsDOMHTMLMenuElement o) => o -> Bool -> m () Source #

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

set dOMHTMLMenuElement [ #compact := value ]