[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Convenient message window. [Property] +@Text=Sets the primary text displayed in the MessageBox. ARG(string)|2| @SecondaryText=Sets the secondary message for the MessageBox. ARG(string)|2| @Markup=Sets markup for the message to display in the dialog. ARG(string)|2| @UseMarkup=Indicates if Pango markup is handled in the primary text. ARG(bool)|14|1|True,False @SecondaryUseMarkup=Indicates if Pango markup is handled in the secondary text. ARG(bool)|14|1|True,False @MessageType=Sets the enumeration defines the type of message being displayed in the dialog. ARG(MessageType)|14|0|Info,Warning,Question,Error,Other @Image=Sets the image displayed in the MessageBox. ARG(Widget)|20|(empty)|Widget DialogFlags=Sets the flags for the MessageBox. ARG(DialogFlags)|21|0|Modal,DestroyWithParent,NoSeparator ButtonsType=Sets the type of the buttons for the MessageBox. ARG(ButtonsType)|14|0|None,Ok,Close,Cancel,YesNo,OkCancel Format=Sets the message format string. ARG(string)|2| [Methods] doShow=Displays a message box with specified text. ARG()|1|0 onResult=Occurs after invoke the method doShow and returns the result. ARG((ResponseType))|2|0 Text=Defines the primary text displayed in the MessageBox. ARG(string)|4|2 SecondaryText=Defines the secondary message for the MessageBox. ARG(string)|4|2 *args=Defines optional arguments for format string. ARG(object[])|4|0