hbro-contrib-1.1.1.0: Third-party extensions to hbro.

Safe HaskellNone

Hbro.StatusBar

Synopsis

Documentation

setupScrollWidget :: (MonadBase IO m, GUIReader n m) => Label -> m ()Source

Write current scroll position in the given Label.

setupZoomWidget :: (MonadBase IO m, GUIReader n m) => Label -> m ()Source

/!\ Doesn't work for now. Write current zoom level in the given Label.

setupKeyStrokesWidget :: (MonadBase IO m, ConfigWriter m m, GUIReader m m) => Label -> m ()Source

Write current keystrokes state in the given Label

setupProgressWidget :: (MonadBase IO m, GUIReader n m) => Label -> m ()Source

Write current load progress in the given Label.

setupURIWidget :: (MonadBase IO m, GUIReader n m) => URIColors -> URIColors -> Label -> m ()Source

Write current URI, or the destination of a hovered link, in the given Label.

data URIColors Source

Constructors

URIColors