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

pub struct Panel<V: View> {
    // some 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]

Get an immutable reference to the wrapped view.

Get a mutable reference to the wrapped view.

Wraps the get_min_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.