webkit-0.13.1.3: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.Text

Documentation

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

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

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

castToText :: GObjectClass obj => obj -> Text

toText :: TextClass o => o -> Text