跳转至

tkintertools.core.constants

字数 47 个   代码 6 行   阅读时间不到 1 分钟   访问量

All constants

In general, they should not be modified, and if you need to modify them, it is best before the window is established.

🔵reset

function public

def reset(
) -> None: ...
Reset all constants to default value

🟣FONT

constant public

FONT: str = 'Microsoft YaHei'

🟣GOLDEN_RATIO

constant public

GOLDEN_RATIO: float = 0.6180339887498949

🟣SIZE

constant public

SIZE: int = -20

🟣SYSTEM

constant public

SYSTEM: str = 'Windows11'