| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit.Objects.DOMText
Description
- newtype DOMText = DOMText (ManagedPtr DOMText)
- class GObject o => IsDOMText o
- toDOMText :: IsDOMText o => o -> IO DOMText
- noDOMText :: Maybe DOMText
- data DOMTextGetWholeTextMethodInfo
- dOMTextGetWholeText :: (MonadIO m, IsDOMText a) => a -> m Text
- data DOMTextReplaceWholeTextMethodInfo
- dOMTextReplaceWholeText :: (MonadIO m, IsDOMText a) => a -> Text -> m DOMText
- data DOMTextSplitTextMethodInfo
- dOMTextSplitText :: (MonadIO m, IsDOMText a) => a -> CULong -> m DOMText
- data DOMTextWholeTextPropertyInfo
- dOMTextWholeText :: AttrLabelProxy "wholeText"
- getDOMTextWholeText :: (MonadIO m, IsDOMText o) => o -> m (Maybe Text)
Exported types
Instances
| GObject DOMText Source # | |
| IsObject DOMText Source # | |
| IsDOMText DOMText Source # | |
| IsDOMObject DOMText Source # | |
| IsDOMNode DOMText Source # | |
| IsDOMCharacterData DOMText Source # | |
| IsDOMEventTarget DOMText Source # | |
| ((~) * info (ResolveDOMTextMethod t DOMText), MethodInfo * info DOMText p) => IsLabel t (DOMText -> p) Source # | |
| ((~) * info (ResolveDOMTextMethod t DOMText), MethodInfo * info DOMText p) => IsLabelProxy t (DOMText -> p) Source # | |
| HasAttributeList * DOMText Source # | |
| type SignalList DOMText Source # | |
| type AttributeList DOMText Source # | |
Methods
getWholeText
dOMTextGetWholeText :: (MonadIO m, IsDOMText a) => a -> m Text Source #
replaceWholeText
splitText
Properties
wholeText
data DOMTextWholeTextPropertyInfo Source #
Instances
| AttrInfo DOMTextWholeTextPropertyInfo Source # | |
| type AttrSetTypeConstraint DOMTextWholeTextPropertyInfo Source # | |
| type AttrOrigin DOMTextWholeTextPropertyInfo Source # | |
| type AttrLabel DOMTextWholeTextPropertyInfo Source # | |
| type AttrGetType DOMTextWholeTextPropertyInfo Source # | |
| type AttrBaseTypeConstraint DOMTextWholeTextPropertyInfo Source # | |
| type AttrAllowedOps DOMTextWholeTextPropertyInfo Source # | |
dOMTextWholeText :: AttrLabelProxy "wholeText" Source #