win32gui.MessageBox

int = MessageBox(parent, text , caption , flags )

Displays a message box

Parameters

parent : int

The parent window

text : string/PyUnicode

The text for the message box

caption : string/PyUnicode

The caption for the message box

flags : int