Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef GWEN_GUI_DLG_MESSAGE_L_H
00012 #define GWEN_GUI_DLG_MESSAGE_L_H
00013
00014
00015 #include <gwenhywfar/dialog.h>
00016
00017
00018
00019 GWEN_DIALOG *GWEN_DlgMessage_new(uint32_t flags,
00020 const char *title,
00021 const char *text,
00022 const char *b1,
00023 const char *b2,
00024 const char *b3);
00025
00026
00027 int GWEN_DlgMessage_GetResponse(const GWEN_DIALOG *dlg);
00028
00029
00030 #endif
00031
00032
00033