gwenhywfar  4.3.1
dlg_input_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_INPUT_L_H
00012 #define GWEN_GUI_DLG_INPUT_L_H
00013 
00014 
00015 #include <gwenhywfar/dialog.h>
00016 
00017 
00018 
00019 GWEN_DIALOG *GWEN_DlgInput_new(uint32_t flags,
00020                                const char *title,
00021                                const char *text,
00022                                int minLen,
00023                                int maxLen);
00024 
00025 
00026 int GWEN_DlgInput_CopyInput(GWEN_DIALOG *dlg, char *buffer, int size);
00027 
00028 
00029 
00030 
00031 #endif
00032 
00033 
00034