indexing
description: "Interface on the MessageBox function."
status: "See notice at end of class."
date: "$Date$"
revision: "$Revision$"
class interface
WEL_MESSAGE_BOX
feature
message_box_result: INTEGER
message_box
error_message_box
WEL_ID_CONSTANTS
feature
error_message_box (a_text: STRING; a_style: INTEGER)
a_text
a_style
WEL_MB_CONSTANTSa_style
require
text_not_void: a_text /= void
message_box (a_text, a_title: STRING; a_style: INTEGER)
a_text
a_titlea_style
WEL_MB_CONSTANTSa_style
require
text_not_void: a_text /= void
title_not_void: a_title /= void
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- WEL_MESSAGE_BOX