Label
class Label (label: str | None = None, markup: None = None, justification: Literal['left', 'right', 'center', 'fill'] | Justification = Gtk.Justification.LEFT, ellipsization: Literal['none', 'start', 'middle', 'end'] | EllipsizeMode = Pango.EllipsizeMode.NONE, chars_width: int = -1, max_chars_width: int = -1, line_wrap: Literal['word', 'char', 'word-char'] | WrapMode | None = None, angle: float = 0.0, name: str | None = None, visible: bool = True, all_visible: bool = False, style: str | None = None, style_classes: Iterable[str] | str | None = None, tooltip_text: str | None = None, tooltip_markup: str | None = None, h_align: Literal['fill', 'start', 'end', 'center', 'baseline'] | Align | None = None, v_align: Literal['fill', 'start', 'end', 'center', 'baseline'] | Align | None = None, h_expand: bool = False, v_expand: bool = False, size: Iterable[int] | int | None = None, **kwargs)
class Label (label: None = None, markup: str | None = None, justification: Literal['left', 'right', 'center', 'fill'] | Justification = Gtk.Justification.LEFT, ellipsization: Literal['none', 'start', 'middle', 'end'] | EllipsizeMode = Pango.EllipsizeMode.NONE, chars_width: int = -1, max_chars_width: int = -1, line_wrap: Literal['word', 'char', 'word-char'] | WrapMode | None = None, angle: float = 0.0, name: str | None = None, visible: bool = True, all_visible: bool = False, style: str | None = None, style_classes: Iterable[str] | str | None = None, tooltip_text: str | None = None, tooltip_markup: str | None = None, h_align: Literal['fill', 'start', 'end', 'center', 'baseline'] | Align | None = None, v_align: Literal['fill', 'start', 'end', 'center', 'baseline'] | Align | None = None, h_expand: bool = False, v_expand: bool = False, size: Iterable[int] | int | None = None, **kwargs)
Bases: Label
, Widget