gwenhywfar
5.10.1
src
gui
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
19
GWEN_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
27
int
GWEN_DlgMessage_GetResponse
(
const
GWEN_DIALOG
*dlg);
28
29
30
#endif
31
32
33
GWEN_DIALOG
struct GWEN_DIALOG GWEN_DIALOG
Definition:
dialog.h:54
GWEN_DlgMessage_GetResponse
int GWEN_DlgMessage_GetResponse(const GWEN_DIALOG *dlg)
Definition:
dlg_message.c:112
GWEN_DlgMessage_new
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
Generated by
1.9.5