webkit-0.13.1.3: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.HTMLTextAreaElement

Documentation

htmlTextAreaElementSetRangeText :: (HTMLTextAreaElementClass self, GlibString string) => self -> string -> Word -> Word -> string -> IO ()

htmlTextAreaElementSetSelectionRange :: (HTMLTextAreaElementClass self, GlibString string) => self -> Int -> Int -> string -> IO ()

htmlTextAreaElementSetDirName :: (HTMLTextAreaElementClass self, GlibString string) => self -> string -> IO ()

htmlTextAreaElementSetName :: (HTMLTextAreaElementClass self, GlibString string) => self -> string -> IO ()

htmlTextAreaElementSetWrap :: (HTMLTextAreaElementClass self, GlibString string) => self -> string -> IO ()

htmlTextAreaElementSetValue :: (HTMLTextAreaElementClass self, GlibString string) => self -> string -> IO ()