Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.Text
Documentation
textReplaceWholeText :: (TextClass self, GlibString string) => self -> string -> IO (Maybe Text)
textGetWholeText :: (TextClass self, GlibString string) => self -> IO string
newtype Text
Constructors
Text (ForeignPtr Text) |
class CharacterDataClass o => TextClass o
castToText :: GObjectClass obj => obj -> Text