|
gwenhywfar
5.10.1
|
|
Functions | |
| GWENHYWFAR_API GWEN_GUI * | GWEN_Gui_CGui_new (void) |
This is an implementation of GWEN_GUI for the console. It supports interactive and non-interactive mode, provides a cache for passwords/pins and TLS certificates. It converts UTF8 messages into other character sets if requested (e.g. for consoles which do not support UTF8).
| GWENHYWFAR_API GWEN_GUI* GWEN_Gui_CGui_new | ( | void | ) |
Constructor
Definition at line 74 of file cgui.c.
References GWEN_Gui_CGui_FreeData(), GWEN_Gui_CGui_HideBox(), GWEN_Gui_CGui_InputBox(), GWEN_Gui_CGui_MessageBox(), GWEN_Gui_CGui_ProgressAdvance(), GWEN_Gui_CGui_ProgressEnd(), GWEN_Gui_CGui_ProgressLog(), GWEN_Gui_CGui_ProgressSetTotal(), GWEN_Gui_CGui_ProgressStart(), GWEN_Gui_CGui_ShowBox(), GWEN_Gui_new(), GWEN_Gui_SetHideBoxFn(), GWEN_Gui_SetInputBoxFn(), GWEN_Gui_SetMessageBoxFn(), GWEN_Gui_SetProgressAdvanceFn(), GWEN_Gui_SetProgressEndFn(), GWEN_Gui_SetProgressLogFn(), GWEN_Gui_SetProgressSetTotalFn(), GWEN_Gui_SetProgressStartFn(), GWEN_Gui_SetShowBoxFn(), GWEN_INHERIT_SETDATA, and GWEN_NEW_OBJECT.
Referenced by main(), and test_gui().


1.8.14