gwenhywfar  5.10.1
dlg_input_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_INPUT_L_H
12 #define GWEN_GUI_DLG_INPUT_L_H
13 
14 
15 #include <gwenhywfar/dialog.h>
16 
17 
18 
19 GWEN_DIALOG *GWEN_DlgInput_new(uint32_t flags,
20  const char *title,
21  const char *text,
22  int minLen,
23  int maxLen);
24 
25 
26 int GWEN_DlgInput_CopyInput(GWEN_DIALOG *dlg, char *buffer, int size);
27 
29 
30 
31 
32 
33 #endif
34 
35 
36 
int GWEN_DlgInput_CopyInput(GWEN_DIALOG *dlg, char *buffer, int size)
Definition: dlg_input.c:379
int GWEN_DlgInput_GetFlagAllowStore(GWEN_DIALOG *dlg)
Definition: dlg_input.c:404
struct GWEN_DIALOG GWEN_DIALOG
Definition: dialog.h:54
GWEN_DIALOG * GWEN_DlgInput_new(uint32_t flags, const char *title, const char *text, int minLen, int maxLen)
Definition: dlg_input.c:34