Struct tui::widgets::List [] [src]

pub struct List<'a> { /* fields omitted */ }

Methods

impl<'a> List<'a>
[src]

Trait Implementations

impl<'a> Default for List<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> Widget for List<'a>
[src]

Draws the current state of the widget in the given buffer. That the only method required to implement a custom widget. Read more

Helper method to quickly set the background of all cells inside the specified area.

Helper method that can be chained with a widget's builder methods to render it.