gwenhywfar 5.14.1
dlg_message_l.h
Go to the documentation of this file.
1/***************************************************************************
2 begin : Wed Feb 17 2010
3 copyright : (C) 2010 by Martin Preuss
4 email : martin@libchipcard.de
5
6 ***************************************************************************
7 * Please see toplevel file COPYING for license details *
8 ***************************************************************************/
9
10
11#ifndef GWEN_GUI_DLG_MESSAGE_L_H
12#define GWEN_GUI_DLG_MESSAGE_L_H
13
14
15#include <gwenhywfar/dialog.h>
16
17
18
19GWEN_DIALOG *GWEN_DlgMessage_new(uint32_t flags,
20 const char *title,
21 const char *text,
22 const char *b1,
23 const char *b2,
24 const char *b3);
25
26
28
29
30#endif
31
32
33
struct GWEN_DIALOG GWEN_DIALOG
Definition dialog.h:54
int GWEN_DlgMessage_GetResponse(const GWEN_DIALOG *dlg)
GWEN_DIALOG * GWEN_DlgMessage_new(uint32_t flags, const char *title, const char *text, const char *b1, const char *b2, const char *b3)
Definition dlg_message.c:34