widgets (cellium v0.1.0)

View Source

Summary

Functions

Renders a widget into a virtual screen representation. This is the entry point that initializes an empty buffer.

Renders overlays for widgets that need to draw over the top of others. This is the second pass of the rendering process.

Functions

render(Widget)

Renders a widget into a virtual screen representation. This is the entry point that initializes an empty buffer.

render(Widgets, Buffer)

render_focused(Widget)

render_focused(Widget, Buffer)

render_overlays(Widgets, Buffer)

Renders overlays for widgets that need to draw over the top of others. This is the second pass of the rendering process.