Struct tui_logger::TuiLoggerSmartWidget [] [src]

pub struct TuiLoggerSmartWidget { /* fields omitted */ }

The Smart Widget combines the TuiLoggerWidget and the TuiLoggerTargetWidget into a nice combo, where the TuiLoggerTargetWidget can be shown/hidden.

In the title the number of logging messages/s in the whole buffer is shown.

Methods

impl TuiLoggerSmartWidget
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Default for TuiLoggerSmartWidget
[src]

[src]

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

impl EventListener<Event> for TuiLoggerSmartWidget
[src]

[src]

Hand over a Dispatcher to the widget.

impl Widget for TuiLoggerSmartWidget
[src]

[src]

Nothing to draw for combo widget

[src]

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

[src]

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

Auto Trait Implementations