Struct cursive::views::Panel [] [src]

pub struct Panel<V: View> { /* fields omitted */ }

Draws a border around a wrapped view.

Methods

impl<V: View> Panel<V>
[src]

Creates a new panel around the given view.

Trait Implementations

impl<V: View> ViewWrapper for Panel<V>
[src]

Type that this view wraps.

Get an immutable reference to the wrapped view.

Get a mutable reference to the wrapped view.

Wraps the required_size method.

Wraps the draw method.

Wraps the on_event method.

Wraps the layout method.

Wraps the take_focus method.

Wraps the find method.

Wraps the needs_relayout method.