erg/crates/erg_compiler/lib/pystd/tkinter.d/messagebox.d.er
2024-12-22 18:53:04 +09:00

7 lines
454 B
Python

.showinfo: (title: Str, message: Str, **kwargs: Obj) -> NoneType
.showwarning: (title: Str, message: Str, **kwargs: Obj) -> NoneType
.showerror: (title: Str, message: Str, **kwargs: Obj) -> NoneType
.askquestion: (title: Str, message: Str, **kwargs: Obj) -> Str
.askokcancel: (title: Str, message: Str, **kwargs: Obj) -> Bool
.askyesno: (title: Str, message: Str, **kwargs: Obj) -> Bool
.askretrycancel: (title: Str, message: Str, **kwargs: Obj) -> Bool