Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLTextAreaElement
Documentation
htmlTextAreaElementCheckValidity :: HTMLTextAreaElementClass self => self -> IO Bool
htmlTextAreaElementSetCustomValidity :: (HTMLTextAreaElementClass self, GlibString string) => self -> string -> IO ()
htmlTextAreaElementSelect :: HTMLTextAreaElementClass self => self -> IO ()
htmlTextAreaElementSetRangeText :: (HTMLTextAreaElementClass self, GlibString string) => self -> string -> Word -> Word -> string -> IO ()
htmlTextAreaElementSetSelectionRange :: (HTMLTextAreaElementClass self, GlibString string) => self -> Int -> Int -> string -> IO ()
htmlTextAreaElementSetAutofocus :: HTMLTextAreaElementClass self => self -> Bool -> IO ()
htmlTextAreaElementGetAutofocus :: HTMLTextAreaElementClass self => self -> IO Bool
htmlTextAreaElementSetCols :: HTMLTextAreaElementClass self => self -> Int -> IO ()
htmlTextAreaElementGetCols :: HTMLTextAreaElementClass self => self -> IO Int
htmlTextAreaElementSetDirName :: (HTMLTextAreaElementClass self, GlibString string) => self -> string -> IO ()
htmlTextAreaElementGetDirName :: (HTMLTextAreaElementClass self, GlibString string) => self -> IO string
htmlTextAreaElementSetDisabled :: HTMLTextAreaElementClass self => self -> Bool -> IO ()
htmlTextAreaElementGetDisabled :: HTMLTextAreaElementClass self => self -> IO Bool
htmlTextAreaElementGetForm :: HTMLTextAreaElementClass self => self -> IO (Maybe HTMLFormElement)
htmlTextAreaElementSetMaxLength :: HTMLTextAreaElementClass self => self -> Int -> IO ()
htmlTextAreaElementGetMaxLength :: HTMLTextAreaElementClass self => self -> IO Int
htmlTextAreaElementSetName :: (HTMLTextAreaElementClass self, GlibString string) => self -> string -> IO ()
htmlTextAreaElementGetName :: (HTMLTextAreaElementClass self, GlibString string) => self -> IO string
htmlTextAreaElementSetPlaceholder :: (HTMLTextAreaElementClass self, GlibString string) => self -> string -> IO ()
htmlTextAreaElementGetPlaceholder :: (HTMLTextAreaElementClass self, GlibString string) => self -> IO string
htmlTextAreaElementSetReadOnly :: HTMLTextAreaElementClass self => self -> Bool -> IO ()
htmlTextAreaElementGetReadOnly :: HTMLTextAreaElementClass self => self -> IO Bool
htmlTextAreaElementSetRequired :: HTMLTextAreaElementClass self => self -> Bool -> IO ()
htmlTextAreaElementGetRequired :: HTMLTextAreaElementClass self => self -> IO Bool
htmlTextAreaElementSetRows :: HTMLTextAreaElementClass self => self -> Int -> IO ()
htmlTextAreaElementGetRows :: HTMLTextAreaElementClass self => self -> IO Int
htmlTextAreaElementSetWrap :: (HTMLTextAreaElementClass self, GlibString string) => self -> string -> IO ()
htmlTextAreaElementGetWrap :: (HTMLTextAreaElementClass self, GlibString string) => self -> IO string
htmlTextAreaElementSetDefaultValue :: (HTMLTextAreaElementClass self, GlibString string) => self -> string -> IO ()
htmlTextAreaElementGetDefaultValue :: (HTMLTextAreaElementClass self, GlibString string) => self -> IO string
htmlTextAreaElementSetValue :: (HTMLTextAreaElementClass self, GlibString string) => self -> string -> IO ()
htmlTextAreaElementGetValue :: (HTMLTextAreaElementClass self, GlibString string) => self -> IO string
htmlTextAreaElementGetTextLength :: HTMLTextAreaElementClass self => self -> IO Word
htmlTextAreaElementGetWillValidate :: HTMLTextAreaElementClass self => self -> IO Bool
htmlTextAreaElementGetValidity :: HTMLTextAreaElementClass self => self -> IO (Maybe ValidityState)
htmlTextAreaElementGetValidationMessage :: (HTMLTextAreaElementClass self, GlibString string) => self -> IO string
htmlTextAreaElementGetLabels :: HTMLTextAreaElementClass self => self -> IO (Maybe NodeList)
htmlTextAreaElementSetSelectionStart :: HTMLTextAreaElementClass self => self -> Int -> IO ()
htmlTextAreaElementGetSelectionStart :: HTMLTextAreaElementClass self => self -> IO Int
htmlTextAreaElementSetSelectionEnd :: HTMLTextAreaElementClass self => self -> Int -> IO ()
htmlTextAreaElementGetSelectionEnd :: HTMLTextAreaElementClass self => self -> IO Int
htmlTextAreaElementSetSelectionDirection :: (HTMLTextAreaElementClass self, GlibString string) => self -> string -> IO ()
htmlTextAreaElementGetSelectionDirection :: (HTMLTextAreaElementClass self, GlibString string) => self -> IO string
data HTMLTextAreaElement
class HTMLElementClass o => HTMLTextAreaElementClass o
castToHTMLTextAreaElement :: GObjectClass obj => obj -> HTMLTextAreaElement