Struct prototty_common::DefaultRichTextView [] [src]

pub struct DefaultRichTextView;

Default view of a RichText.

Trait Implementations

impl View<RichText> for DefaultRichTextView
[src]

[src]

Update the cells in grid to describe how a type should be rendered.

impl ViewSize<RichText> for DefaultRichTextView
[src]

[src]

Returns the size in cells of the rectangle containing a ui element. This allows for the implementation of decorator ui components that render a border around some inner element. Read more