progress.py

No documentation

class ProgressBar

Description

No documentation

Methods
def __init__(self: Any, x: int, y: int, width: int, height: int, min_val: float = 0, max_val: float = 100, value: float = 0, root_point: Tuple[float, float] = (0, 0), theme: ThemeType = None, orientation: Literal['vertical', 'horizontal'] = 'horizontal', element_id: Optional[str] = None, style: str = 'default', **kwargs: dict) -> Any
No documentation
def set_background_color(self: Any, color: Any) -> Any
No documentation
def set_foreground_color(self: Any, color: Any) -> Any
No documentation
def set_font_color(self: Any, color: Any) -> Any
No documentation
def set_font(self: Any, font_name: str, font_size: int) -> Any
No documentation
def set_border_color(self: Any, color: Any) -> Any
No documentation
def update_theme(self: Any, theme_type: Any) -> Any
No documentation
def set_value(self: Any, value: float) -> Any
No documentation
def get_percentage(self: Any) -> float
No documentation
def _get_soundpad_color(self: Any, t: float) -> Tuple[int, int, int]
No documentation
def render(self: Any, renderer: Any) -> Any
No documentation
Back to Ui Module