mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 04:09:05 +00:00
7 lines
454 B
Python
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
|