| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit2WebExtension.Objects.DOMHTMLMenuElement
Description
No description available in the introspection data.
Synopsis
- newtype DOMHTMLMenuElement = DOMHTMLMenuElement (ManagedPtr DOMHTMLMenuElement)
- class (GObject o, IsDescendantOf DOMHTMLMenuElement o) => IsDOMHTMLMenuElement o
- toDOMHTMLMenuElement :: (MonadIO m, IsDOMHTMLMenuElement o) => o -> m DOMHTMLMenuElement
- noDOMHTMLMenuElement :: Maybe DOMHTMLMenuElement
- dOMHTMLMenuElementGetCompact :: (HasCallStack, MonadIO m, IsDOMHTMLMenuElement a) => a -> m Bool
- dOMHTMLMenuElementSetCompact :: (HasCallStack, MonadIO m, IsDOMHTMLMenuElement a) => a -> Bool -> m ()
- constructDOMHTMLMenuElementCompact :: IsDOMHTMLMenuElement o => Bool -> IO (GValueConstruct o)
- getDOMHTMLMenuElementCompact :: (MonadIO m, IsDOMHTMLMenuElement o) => o -> m Bool
- setDOMHTMLMenuElementCompact :: (MonadIO m, IsDOMHTMLMenuElement o) => o -> Bool -> m ()
Exported types
newtype DOMHTMLMenuElement Source #
Memory-managed wrapper type.
Constructors
| DOMHTMLMenuElement (ManagedPtr DOMHTMLMenuElement) |
Instances
| Eq DOMHTMLMenuElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLMenuElement Methods (==) :: DOMHTMLMenuElement -> DOMHTMLMenuElement -> Bool # (/=) :: DOMHTMLMenuElement -> DOMHTMLMenuElement -> Bool # | |
| IsGValue DOMHTMLMenuElement Source # | Convert |
| GObject DOMHTMLMenuElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLMenuElement Methods gobjectType :: IO GType # | |
| HasParentTypes DOMHTMLMenuElement Source # | |
| type ParentTypes DOMHTMLMenuElement Source # | |
class (GObject o, IsDescendantOf DOMHTMLMenuElement o) => IsDOMHTMLMenuElement o Source #
Type class for types which can be safely cast to DOMHTMLMenuElement, for instance with toDOMHTMLMenuElement.
Instances
| (GObject o, IsDescendantOf DOMHTMLMenuElement o) => IsDOMHTMLMenuElement o Source # | |
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.
noDOMHTMLMenuElement :: Maybe DOMHTMLMenuElement Source #
A convenience alias for Nothing :: Maybe DOMHTMLMenuElement.
Methods
Overloaded methods
getCompact
dOMHTMLMenuElementGetCompact Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLMenuElement a) | |
| => a |
|
| -> m Bool | Returns: A |
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 |
|
| -> 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
setdOMHTMLMenuElement [ #compact:=value ]