Versions in this module Expand all Collapse all v1 v1.999.0 Nov 17, 2022 Changes in this version + type DrawableContainer struct + func NewDrawableContainer() *DrawableContainer + func (imh *DrawableContainer) Bottom() termui.Drawable + func (imh *DrawableContainer) Items() []termui.Drawable + func (imh *DrawableContainer) SetBottom(drawable termui.Drawable) + func (imh *DrawableContainer) SetRectangle(startWidth, startHeight, termWidth, termHeight int) + func (imh *DrawableContainer) SetTopLeft(drawable termui.Drawable) + func (imh *DrawableContainer) SetTopRight(drawable termui.Drawable) + func (imh *DrawableContainer) TopLeft() termui.Drawable + func (imh *DrawableContainer) TopRight() termui.Drawable + type WidgetsRender struct + func NewWidgetsRender(presenter view.Presenter, grid *DrawableContainer) (*WidgetsRender, error) + func (wr *WidgetsRender) IsInterfaceNil() bool + func (wr *WidgetsRender) RefreshData(numMillisecondsRefreshTime int)