gwenhywfar  4.8.0beta
cgui.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Mon Mar 01 2004
3  copyright : (C) 2004-2008 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_CGUI_H
12 #define GWEN_GUI_CGUI_H
13 
14 #include <gwenhywfar/gui.h>
15 
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
22 #define GWEN_CGUI_FLAGS_PERMPASSWORDS 0x00010000
23 
24 
34 
40 
41 
51 const char *GWEN_Gui_CGui_GetCharSet(const GWEN_GUI *gui);
52 
54 void GWEN_Gui_CGui_SetCharSet(GWEN_GUI *gui, const char *s);
55 
80 
105  GWEN_DB_NODE *dbPasswords,
106  int persistent);
107 
133 void GWEN_Gui_CGui_SetCertDb(GWEN_GUI *gui, GWEN_DB_NODE *dbCerts);
134 
141 
151 
157 
161  /* defgroup */
162 
163 
164 #ifdef __cplusplus
165 }
166 #endif
167 
168 
169 #endif
170 
171 
172