KekLib.OurMessageBox#
- class Message(master=None, **options)#
Bases:
Dialog
A message box
Construct a toplevel widget with the parent MASTER.
Valid resource names: background, bd, bg, borderwidth, class, colormap, container, cursor, height, highlightbackground, highlightcolor, highlightthickness, menu, relief, screen, takefocus, use, visual, width.
- command = 'tk_messageBox'#
- askokcancel(title=None, message=None, **options)#
Ask if operation should proceed; return true if the answer is ok
- askquestion(title=None, message=None, **options)#
Ask a question
- askretrycancel(title=None, message=None, **options)#
Ask if operation should be retried; return true if the answer is yes
- askyesno(title=None, message=None, icon=None, **options)#
Ask a question; return true if the answer is yes
- askyesnocancel(title=None, message=None, **options)#
Ask a question; return true if the answer is yes, None if cancelled.
- check_last_message(message)#
- showerror(title=None, message=None, **options)#
Show an error message
- showinfo(title=None, message=None, **options)#
Show an info message
- showwarning(title=None, message=None, **options)#
Show a warning message