hbro-0.9.0.0: Minimal KISS compliant browser

Safe HaskellSafe-Infered

Hbro.Gui

Synopsis

Documentation

getObject :: GObjectClass a => (GObject -> a) -> String -> K aSource

Return the casted GObject corresponding to the given name (set in the builder's XML file)

showWebInspector :: K ()Source

Show web inspector for current webpage.

toggleVisibility :: WidgetClass a => a -> IO ()Source

Toggle a widget's visibility (provided for convenience).