Components
Generic Arguments
# Common keyword arguments (supported by all components)
class _CommonComponentKwargs:
def __init__(
self,
*,
tool_tip: str = "",
enabled: bool = True,
hidden: bool = False,
fixed_width: int = 0,
fixed_height: int = 0,
minimum_width: int = 0,
minimum_height: int = 0,
maximum_width: int = 0,
maximum_height: int = 0,
serializable: bool = True,
stylesheet: str = "",
font_size: int = -1,
font_bold: bool = False,
alignment: str = "AlignLeft",
**kwargs,
) -> None: ...Text Input

Drop Down List

Label


Slider

Slider Labeled

CheckBox

Button

Image

Table

Text Edit
Last updated