webkit-0.13.0.2: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLButtonElement

Documentation

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

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

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

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

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

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