webkit-0.13.1.3: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.HTMLButtonElement

Documentation

htmlButtonElementSetFormAction :: (HTMLButtonElementClass self, GlibString string) => self -> string -> IO ()

htmlButtonElementSetFormEnctype :: (HTMLButtonElementClass self, GlibString string) => self -> string -> IO ()

htmlButtonElementSetFormMethod :: (HTMLButtonElementClass self, GlibString string) => self -> string -> IO ()

htmlButtonElementSetFormTarget :: (HTMLButtonElementClass self, GlibString string) => self -> string -> IO ()

htmlButtonElementSetName :: (HTMLButtonElementClass self, GlibString string) => self -> string -> IO ()

htmlButtonElementGetName :: (HTMLButtonElementClass self, GlibString string) => self -> IO string

htmlButtonElementSetValue :: (HTMLButtonElementClass self, GlibString string) => self -> string -> IO ()