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

Safe HaskellNone
LanguageHaskell2010

Rasa.Ext.Views.Internal.Widgets

Synopsis

Documentation

data Widgets Source #

Represents all widgets for a given view. Can be added onto using the Monoid instance.

class HasWidgets r where Source #

Minimal complete definition

computeWidgets

Instances

HasWidgets View Source #

This represents types which can provide a set of widgets

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

Use the computed renderer as a top-bar widget

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

Use the computed renderer as a bottom-bar widget

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

Use the computed renderer as a left-bar widget

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

Use the computed renderer as a right-bar widget