conda_tui.widgets package#
Submodules#
conda_tui.widgets.logo module#
conda_tui.widgets.progress module#
Module contents#
- class conda_tui.widgets.Logo(**kwargs)[source]#
Bases:
Static
A static display of the conda logo
- auto_links: Reactive[bool]#
Widget will highlight links automatically.
- can_focus: bool = False#
Widget may receive focus.
- can_focus_children: bool = True#
Widget’s children may receive focus.
- disabled: Reactive[bool]#
Is the widget disabled? Disabled widgets can not be interacted with, and are typically styled to look dimmer.
- expand: Reactive[bool]#
Rich renderable may expand beyond optimal size.
- static get_logo()[source]#
Load the text for the ASCII art.
Ensure all lines same length and beginning with blank non-whitespace character.
- Return type:
Text
- has_focus: Reactive[bool]#
Does this widget have focus? Read only.
- highlight_link_id: Reactive[str]#
The currently highlighted link id. Read only.
- highlight_style: Style | None#
- hover_style: Reactive[Style]#
The current hover style (style under the mouse cursor). Read only.
- mouse_over: Reactive[bool]#
Is the mouse over this widget? Read only.
- scroll_x: Reactive[float]#
The scroll position on the X axis.
- scroll_y: Reactive[float]#
The scroll position on the Y axis.
- show_horizontal_scrollbar: Reactive[bool]#
Show a horizontal scrollbar?
- show_vertical_scrollbar: Reactive[bool]#
Show a horizontal scrollbar?
- shrink: Reactive[bool]#
Rich renderable may shrink below optimal size.
- styles: RenderStyles#
- virtual_size: Reactive[Size]#
The virtual (scrollable) [size][textual.geometry.Size] of the widget.
- class conda_tui.widgets.PackageUpdateProgress(*args, package, **kwargs)[source]#
Bases:
Static
- auto_links: Reactive[bool]#
Widget will highlight links automatically.
- can_focus: bool = False#
Widget may receive focus.
- can_focus_children: bool = True#
Widget’s children may receive focus.
- disabled: Reactive[bool]#
Is the widget disabled? Disabled widgets can not be interacted with, and are typically styled to look dimmer.
- expand: Reactive[bool]#
Rich renderable may expand beyond optimal size.
- has_focus: Reactive[bool]#
Does this widget have focus? Read only.
- highlight_link_id: Reactive[str]#
The currently highlighted link id. Read only.
- highlight_style: Style | None#
- hover_style: Reactive[Style]#
The current hover style (style under the mouse cursor). Read only.
- mouse_over: Reactive[bool]#
Is the mouse over this widget? Read only.
- scroll_x: Reactive[float]#
The scroll position on the X axis.
- scroll_y: Reactive[float]#
The scroll position on the Y axis.
- show_horizontal_scrollbar: Reactive[bool]#
Show a horizontal scrollbar?
- show_vertical_scrollbar: Reactive[bool]#
Show a horizontal scrollbar?
- shrink: Reactive[bool]#
Rich renderable may shrink below optimal size.
- styles: RenderStyles#
- virtual_size: Reactive[Size]#
The virtual (scrollable) [size][textual.geometry.Size] of the widget.