webkit-0.14.2.1: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.Text

Documentation

splitText :: (MonadIO m, TextClass self) => self -> Word -> m (Maybe Text) Source #

replaceWholeText :: (MonadIO m, TextClass self, GlibString string) => self -> string -> m (Maybe Text) Source #

getWholeText :: (MonadIO m, TextClass self, GlibString string) => self -> m string Source #