Struct leechbar::Bar [] [src]

pub struct Bar { /* fields omitted */ }

The main bar.

Methods

impl Bar
[src]

[src]

Start the event loop of the bar. This handles all X.Org events and is blocking.

It must be called after adding all your components.

[src]

[src]

Add a new component to the bar.

Trait Implementations

impl Clone for Bar
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more