[!] Change args in init
This commit is contained in:
parent
178eb5fcd7
commit
34ca830c5e
@ -32,10 +32,10 @@ class CTkMessageBox(ctk.CTkToplevel):
|
|||||||
}
|
}
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
title: str = "CTkDialog",
|
title: str = "CTkDialog",
|
||||||
font: Optional[Union[tuple, CTkFont]] = None,
|
|
||||||
text: str = "CTkDialog",
|
text: str = "CTkDialog",
|
||||||
mode: Literal["info", "warning", "error", "yesno"] = "info",
|
mode: Literal["info", "warning", "error", "yesno"] = "info",
|
||||||
timeout: int = 0,
|
timeout: int = 0,
|
||||||
|
font: Optional[Union[tuple, CTkFont]] = None,
|
||||||
|
|
||||||
fg_color: Optional[Union[str, Tuple[str, str]]] = None,
|
fg_color: Optional[Union[str, Tuple[str, str]]] = None,
|
||||||
text_color: Optional[Union[str, Tuple[str, str]]] = None,
|
text_color: Optional[Union[str, Tuple[str, str]]] = None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user