webkit-0.13.0.2: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.Text

Documentation

textSplitText :: TextClass self => self -> Word -> IO (Maybe Text)Source

textReplaceWholeText :: (TextClass self, GlibString string) => self -> string -> IO (Maybe Text)Source

textGetWholeText :: (TextClass self, GlibString string) => self -> IO stringSource

newtype Text Source

Constructors

Text (ForeignPtr Text)