Struct cnx::widgets::ActiveWindowTitle[][src]

pub struct ActiveWindowTitle { /* fields omitted */ }
Expand description

Shows the title of the currently focused window.

This widget shows the title (_NET_WM_NAME EWMH property) of the currently focused window. It uses the _NET_ACTIVE_WINDOW EWMH property of the root window to determine which window is currently focused.

The widgets content stretches to fill all available space. If the title is too large for the available space, it will be truncated.

Implementations

Creates a new Active Window Title widget.

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.