rasa-ext-views-0.1.4: Rasa Ext managing rendering views

Safe HaskellNone
LanguageHaskell2010

Rasa.Ext.Views.Internal.StatusBar

Synopsis

Documentation

getTopStatusBar :: BufAction StatusBar Source #

Returns a Renderable StatusBar for a given buffer

getBottomStatusBar :: BufAction StatusBar Source #

Returns a Renderable StatusBar for a given buffer

addTopStatus :: Renderable r => BufAction r -> BufAction ListenerId Source #

This registers a BufAction which results in a renderable and runs it at render time to add the resulting Renderable to the status bar.