gwenhywfar 4.0.3
|
00001 /*************************************************************************** 00002 begin : Wed Feb 17 2010 00003 copyright : (C) 2010 by Martin Preuss 00004 email : martin@libchipcard.de 00005 00006 *************************************************************************** 00007 * Please see toplevel file COPYING for license details * 00008 ***************************************************************************/ 00009 00010 00011 #ifndef GWEN_GUI_DLG_SHOWBOX_L_H 00012 #define GWEN_GUI_DLG_SHOWBOX_L_H 00013 00014 00015 #include <gwenhywfar/dialog.h> 00016 00017 00018 00019 GWEN_DIALOG *GWEN_DlgShowBox_new(uint32_t flags, 00020 const char *title, 00021 const char *text); 00022 00023 00024 00025 #endif 00026 00027 00028