| 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.DOMHTMLOptGroupElement
Description
No description available in the introspection data.
Synopsis
- newtype DOMHTMLOptGroupElement = DOMHTMLOptGroupElement (ManagedPtr DOMHTMLOptGroupElement)
- class (GObject o, IsDescendantOf DOMHTMLOptGroupElement o) => IsDOMHTMLOptGroupElement o
- toDOMHTMLOptGroupElement :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> m DOMHTMLOptGroupElement
- noDOMHTMLOptGroupElement :: Maybe DOMHTMLOptGroupElement
- dOMHTMLOptGroupElementGetDisabled :: (HasCallStack, MonadIO m, IsDOMHTMLOptGroupElement a) => a -> m Bool
- dOMHTMLOptGroupElementGetLabel :: (HasCallStack, MonadIO m, IsDOMHTMLOptGroupElement a) => a -> m Text
- dOMHTMLOptGroupElementSetDisabled :: (HasCallStack, MonadIO m, IsDOMHTMLOptGroupElement a) => a -> Bool -> m ()
- dOMHTMLOptGroupElementSetLabel :: (HasCallStack, MonadIO m, IsDOMHTMLOptGroupElement a) => a -> Text -> m ()
- constructDOMHTMLOptGroupElementDisabled :: IsDOMHTMLOptGroupElement o => Bool -> IO (GValueConstruct o)
- getDOMHTMLOptGroupElementDisabled :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> m Bool
- setDOMHTMLOptGroupElementDisabled :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> Bool -> m ()
- constructDOMHTMLOptGroupElementLabel :: IsDOMHTMLOptGroupElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLOptGroupElementLabel :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> m (Maybe Text)
- setDOMHTMLOptGroupElementLabel :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> Text -> m ()
Exported types
newtype DOMHTMLOptGroupElement Source #
Memory-managed wrapper type.
Constructors
| DOMHTMLOptGroupElement (ManagedPtr DOMHTMLOptGroupElement) |
Instances
| Eq DOMHTMLOptGroupElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLOptGroupElement Methods (==) :: DOMHTMLOptGroupElement -> DOMHTMLOptGroupElement -> Bool # (/=) :: DOMHTMLOptGroupElement -> DOMHTMLOptGroupElement -> Bool # | |
| IsGValue DOMHTMLOptGroupElement Source # | Convert |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLOptGroupElement Methods toGValue :: DOMHTMLOptGroupElement -> IO GValue # | |
| GObject DOMHTMLOptGroupElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLOptGroupElement Methods gobjectType :: IO GType # | |
| HasParentTypes DOMHTMLOptGroupElement Source # | |
| type ParentTypes DOMHTMLOptGroupElement Source # | |
class (GObject o, IsDescendantOf DOMHTMLOptGroupElement o) => IsDOMHTMLOptGroupElement o Source #
Type class for types which can be safely cast to DOMHTMLOptGroupElement, for instance with toDOMHTMLOptGroupElement.
Instances
toDOMHTMLOptGroupElement :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> m DOMHTMLOptGroupElement Source #
Cast to DOMHTMLOptGroupElement, for types for which this is known to be safe. For general casts, use castTo.
noDOMHTMLOptGroupElement :: Maybe DOMHTMLOptGroupElement Source #
A convenience alias for Nothing :: Maybe DOMHTMLOptGroupElement.
Methods
Overloaded methods
getDisabled
dOMHTMLOptGroupElementGetDisabled Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLOptGroupElement a) | |
| => a |
|
| -> m Bool | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getLabel
dOMHTMLOptGroupElementGetLabel Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLOptGroupElement a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setDisabled
dOMHTMLOptGroupElementSetDisabled Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLOptGroupElement a) | |
| => a |
|
| -> Bool |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setLabel
dOMHTMLOptGroupElementSetLabel Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLOptGroupElement a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
Properties
disabled
No description available in the introspection data.
constructDOMHTMLOptGroupElementDisabled :: IsDOMHTMLOptGroupElement o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “disabled” property. This is rarely needed directly, but it is used by new.
getDOMHTMLOptGroupElementDisabled :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> m Bool Source #
Get the value of the “disabled” property.
When overloading is enabled, this is equivalent to
get dOMHTMLOptGroupElement #disabled
setDOMHTMLOptGroupElementDisabled :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> Bool -> m () Source #
Set the value of the “disabled” property.
When overloading is enabled, this is equivalent to
setdOMHTMLOptGroupElement [ #disabled:=value ]
label
No description available in the introspection data.
constructDOMHTMLOptGroupElementLabel :: IsDOMHTMLOptGroupElement o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “label” property. This is rarely needed directly, but it is used by new.
getDOMHTMLOptGroupElementLabel :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> m (Maybe Text) Source #
Get the value of the “label” property.
When overloading is enabled, this is equivalent to
get dOMHTMLOptGroupElement #label
setDOMHTMLOptGroupElementLabel :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> Text -> m () Source #
Set the value of the “label” property.
When overloading is enabled, this is equivalent to
setdOMHTMLOptGroupElement [ #label:=value ]