xtd_c - Reference Guide 0.2.0
message_box.h File Reference

Definition

Contains message box definitions.

Go to the source code of this file.

Functions

xtd_forms_dialog_result xtd_forms_message_box_show (xtd_forms_control *owner, const char *text, const char *caption, xtd_forms_message_box_buttons buttons, xtd_forms_message_box_icon icon, xtd_forms_message_box_default_button default_button, xtd_forms_message_box_options options, bool display_help_button)
 Displays a message box in front of the specified window with the specified text, caption, buttons, icon, default button, options, and Help button. More...