hbro-0.6.4: A suckless minimal KISSy browser

Safe HaskellNone

Hbro.Gui

Synopsis

Documentation

loadGUI :: String -> IO GUISource

Load GUI from XML file

showWebInspector :: Browser -> IO ()Source

Show web inspector for current webpage.

showPrompt :: Bool -> Browser -> IO ()Source

Show or hide the prompt bar (label + entry).

prompt :: String -> String -> Bool -> Browser -> (Browser -> IO ()) -> IO ()Source

Show the prompt bar label and default text. As the user validates its entry, the given callback is executed.

toggleStatusBar :: Browser -> IO ()Source

Toggle statusbar's visibility

fullscreen :: Browser -> IO ()Source

Set the window fullscreen

unfullscreen :: Browser -> IO ()Source

Restore the window from fullscreen