xtd_c - Reference Guide 0.2.0
message_box.h
Go to the documentation of this file.
1 
6 #pragma once
7 #include "control.h"
8 #include "dialog_result.h"
9 #include "message_box_buttons.h"
11 #include "message_box_icon.h"
12 #include "message_box_options.h"
13 
38 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);
xtd_forms_dialog_result
Specifies identifiers to indicate the return value of a dialog box.
Definition: dialog_result.h:36
Contains message box option definitions.
Contains message box default button definitions.
Contains message box buttons definitions.
Contains message box icon definitions.
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.
Contains dialog result definitions.
Contains control definitions.
Defines the base class for controls, which are components with visual representation.
Definition: control.h:47