KekLib.CustomMessageBox#

CustomMessageBox.py

Copyright (c) 2018-2020, Masatsuyo Takahashi, KEK-PF

https://msdn.microsoft.com/ja-jp/library/windows/desktop/ms645505(v=vs.85).aspx https://stackoverflow.com/questions/27257018/python-messagebox-with-icons-using-ctypes-and-windll https://www.skyarch.net/blog/?p=4812 http://www.jasinskionline.com/windowsapi/ref/b/bm_click.html https://stackoverflow.com/questions/20995045/how-to-include-image-in-message-box-using-ctypes-in-python/21051586#21051586

class CustomMessageBox_(**options)#

Bases: object

show()#
class InvokableButton(parent, title)#

Bases: object

invoke()#
askokcancel(title=None, message=None, **options)#
askyesno(title=None, message=None, **options)#
get_current_messagebox()#
showerror(title, message, **options)#
showinfo(title, message, **options)#
showwarning(title, message, **options)#