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]

[src]

Creates a new panel around the given view.

Trait Implementations

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

Type that this view wraps.

[src]

Runs a function on the inner view, returning the result. Read more

[src]

Runs a function on the inner view, returning the result. Read more

[src]

Wraps the on_event method.

[src]

Wraps the required_size method.

[src]

Wraps the draw method.

[src]

Wraps the layout method.

[src]

Wraps the take_focus method.

[src]

Wraps the find method.

[src]

Wraps the focus_view method.

[src]

Wraps the needs_relayout method.