gwenhywfar  5.10.1
dlg_showbox_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_SHOWBOX_L_H
12 #define GWEN_GUI_DLG_SHOWBOX_L_H
13 
14 
15 #include <gwenhywfar/dialog.h>
16 
17 
18 
19 GWEN_DIALOG *GWEN_DlgShowBox_new(uint32_t flags,
20  const char *title,
21  const char *text);
22 
23 
24 
25 #endif
26 
27 
28 
struct GWEN_DIALOG GWEN_DIALOG
Definition: dialog.h:54
GWEN_DIALOG * GWEN_DlgShowBox_new(uint32_t flags, const char *title, const char *text)
Definition: dlg_showbox.c:38