gwenhywfar  4.3.1
dlg_message_l.h
Go to the documentation of this file.
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_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