|
ClanLib
2.3.7
|
#include "../api_gui.h"#include "../gui_component.h"#include "../../Core/Signals/callback_v0.h"#include "../../Display/Render/graphic_context.h"#include "window.h"

Go to the source code of this file.
Functions | |
| CL_MessageBoxResult | cl_message_box (CL_GUIComponent *owner, CL_String title, CL_String detail_text, CL_MessageBoxButtons buttons, CL_MessageBoxIcon icon) |
| CL_MessageBoxResult | cl_message_box (CL_GUIManager *gui_manager, CL_String title, CL_String detail_text, CL_MessageBoxButtons buttons, CL_MessageBoxIcon icon) |
1.8.4