euporie.core.bars.status
Define a status-bar widget.
Functions
|
Get the current active (running) Application. |
|
Make sure that the given object is a |
|
Monkey-patch to_container to collect container status functions. |
|
Accept both booleans and Filters as input and turn it into a Filter. |
|
Convert the given value (which can be formatted text) into a list of text fragments. |
Classes
|
Wrapper around any other container that can change the visibility. |
|
Fast, lightweight cache which keeps at most size items. |
|
Control that displays formatted text. |
|
A status bar which shows the status of the current tab. |
|
A container which allows attaching a status function. |
|
Several layouts, one stacked left/right of the other. |
|
Mapping class that references keys weakly. |
|
Container that holds a control. |
|
Alignment of the Window content. |
- class euporie.core.bars.status.StatusBar(extra_filter: FilterOrBool = True, default: StatusBarFields | None = None)
Bases:
object
A status bar which shows the status of the current tab.