| 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.DOMHTMLTableSectionElement
Description
No description available in the introspection data.
Synopsis
- newtype DOMHTMLTableSectionElement = DOMHTMLTableSectionElement (ManagedPtr DOMHTMLTableSectionElement)
- class (GObject o, IsDescendantOf DOMHTMLTableSectionElement o) => IsDOMHTMLTableSectionElement o
- toDOMHTMLTableSectionElement :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> m DOMHTMLTableSectionElement
- dOMHTMLTableSectionElementDeleteRow :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) => a -> CLong -> m ()
- dOMHTMLTableSectionElementGetAlign :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) => a -> m Text
- dOMHTMLTableSectionElementGetCh :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) => a -> m Text
- dOMHTMLTableSectionElementGetChOff :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) => a -> m Text
- dOMHTMLTableSectionElementGetRows :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) => a -> m DOMHTMLCollection
- dOMHTMLTableSectionElementGetVAlign :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) => a -> m Text
- dOMHTMLTableSectionElementInsertRow :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) => a -> CLong -> m DOMHTMLElement
- dOMHTMLTableSectionElementSetAlign :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) => a -> Text -> m ()
- dOMHTMLTableSectionElementSetCh :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) => a -> Text -> m ()
- dOMHTMLTableSectionElementSetChOff :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) => a -> Text -> m ()
- dOMHTMLTableSectionElementSetVAlign :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) => a -> Text -> m ()
- constructDOMHTMLTableSectionElementAlign :: (IsDOMHTMLTableSectionElement o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLTableSectionElementAlign :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> m (Maybe Text)
- setDOMHTMLTableSectionElementAlign :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> Text -> m ()
- constructDOMHTMLTableSectionElementCh :: (IsDOMHTMLTableSectionElement o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLTableSectionElementCh :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> m (Maybe Text)
- setDOMHTMLTableSectionElementCh :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> Text -> m ()
- constructDOMHTMLTableSectionElementChOff :: (IsDOMHTMLTableSectionElement o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLTableSectionElementChOff :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> m (Maybe Text)
- setDOMHTMLTableSectionElementChOff :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> Text -> m ()
- getDOMHTMLTableSectionElementRows :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> m (Maybe DOMHTMLCollection)
- constructDOMHTMLTableSectionElementVAlign :: (IsDOMHTMLTableSectionElement o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLTableSectionElementVAlign :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> m (Maybe Text)
- setDOMHTMLTableSectionElementVAlign :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> Text -> m ()
Exported types
newtype DOMHTMLTableSectionElement Source #
Memory-managed wrapper type.
Constructors
| DOMHTMLTableSectionElement (ManagedPtr DOMHTMLTableSectionElement) |
Instances
class (GObject o, IsDescendantOf DOMHTMLTableSectionElement o) => IsDOMHTMLTableSectionElement o Source #
Type class for types which can be safely cast to DOMHTMLTableSectionElement, for instance with toDOMHTMLTableSectionElement.
Instances
| (GObject o, IsDescendantOf DOMHTMLTableSectionElement o) => IsDOMHTMLTableSectionElement o Source # | |
toDOMHTMLTableSectionElement :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> m DOMHTMLTableSectionElement Source #
Cast to DOMHTMLTableSectionElement, for types for which this is known to be safe. For general casts, use castTo.
Methods
Overloaded methods
deleteRow
dOMHTMLTableSectionElementDeleteRow Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) | |
| => a |
|
| -> CLong |
|
| -> m () | (Can throw |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getAlign
dOMHTMLTableSectionElementGetAlign Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getCh
dOMHTMLTableSectionElementGetCh Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getChOff
dOMHTMLTableSectionElementGetChOff Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getRows
dOMHTMLTableSectionElementGetRows Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) | |
| => a |
|
| -> m DOMHTMLCollection | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getVAlign
dOMHTMLTableSectionElementGetVAlign Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
insertRow
dOMHTMLTableSectionElementInsertRow Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) | |
| => a |
|
| -> CLong |
|
| -> m DOMHTMLElement | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setAlign
dOMHTMLTableSectionElementSetAlign Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setCh
dOMHTMLTableSectionElementSetCh Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setChOff
dOMHTMLTableSectionElementSetChOff Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setVAlign
dOMHTMLTableSectionElementSetVAlign Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLTableSectionElement a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
Properties
align
No description available in the introspection data.
constructDOMHTMLTableSectionElementAlign :: (IsDOMHTMLTableSectionElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “align” property. This is rarely needed directly, but it is used by new.
getDOMHTMLTableSectionElementAlign :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> m (Maybe Text) Source #
Get the value of the “align” property.
When overloading is enabled, this is equivalent to
get dOMHTMLTableSectionElement #align
setDOMHTMLTableSectionElementAlign :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> Text -> m () Source #
Set the value of the “align” property.
When overloading is enabled, this is equivalent to
setdOMHTMLTableSectionElement [ #align:=value ]
ch
No description available in the introspection data.
constructDOMHTMLTableSectionElementCh :: (IsDOMHTMLTableSectionElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “ch” property. This is rarely needed directly, but it is used by new.
getDOMHTMLTableSectionElementCh :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> m (Maybe Text) Source #
Get the value of the “ch” property.
When overloading is enabled, this is equivalent to
get dOMHTMLTableSectionElement #ch
setDOMHTMLTableSectionElementCh :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> Text -> m () Source #
Set the value of the “ch” property.
When overloading is enabled, this is equivalent to
setdOMHTMLTableSectionElement [ #ch:=value ]
chOff
No description available in the introspection data.
constructDOMHTMLTableSectionElementChOff :: (IsDOMHTMLTableSectionElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “ch-off” property. This is rarely needed directly, but it is used by new.
getDOMHTMLTableSectionElementChOff :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> m (Maybe Text) Source #
Get the value of the “ch-off” property.
When overloading is enabled, this is equivalent to
get dOMHTMLTableSectionElement #chOff
setDOMHTMLTableSectionElementChOff :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> Text -> m () Source #
Set the value of the “ch-off” property.
When overloading is enabled, this is equivalent to
setdOMHTMLTableSectionElement [ #chOff:=value ]
rows
No description available in the introspection data.
getDOMHTMLTableSectionElementRows :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> m (Maybe DOMHTMLCollection) Source #
Get the value of the “rows” property.
When overloading is enabled, this is equivalent to
get dOMHTMLTableSectionElement #rows
vAlign
No description available in the introspection data.
constructDOMHTMLTableSectionElementVAlign :: (IsDOMHTMLTableSectionElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “v-align” property. This is rarely needed directly, but it is used by new.
getDOMHTMLTableSectionElementVAlign :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> m (Maybe Text) Source #
Get the value of the “v-align” property.
When overloading is enabled, this is equivalent to
get dOMHTMLTableSectionElement #vAlign
setDOMHTMLTableSectionElementVAlign :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> Text -> m () Source #
Set the value of the “v-align” property.
When overloading is enabled, this is equivalent to
setdOMHTMLTableSectionElement [ #vAlign:=value ]