hbro-0.6.5: A suckless minimal KISSy browser

Safe HaskellNone

Hbro.Extra.StatusBar

Synopsis

Documentation

statusBarScrollPosition :: Browser -> IO ()Source

Display scroll position in status bar. Needs a Label intitled scroll from the builder.

statusBarPressedKeys :: Browser -> IO ()Source

Display pressed keys in status bar. Needs a Label intitled keys from the builder.

statusBarLoadProgress :: Browser -> IO ()Source

Display load progress in status bar. Needs a Label intitled progress from the builder.

statusBarURI :: Browser -> IO ()Source

Display current URI, or the destination of a hovered link, in the status bar. Needs a Label intitled uri from the builder.