|
gwenhywfar 5.14.1
|
#include <gwenhywfar/gui_be.h>

Go to the source code of this file.
Functions | |
| void | GWEN_Gui_ModuleFini () |
| int | GWEN_Gui_ModuleInit () |
| int | GWEN_Gui_ReadString (const char *text, GWEN_BUFFER *tbuf) |
| void GWEN_Gui_ModuleFini | ( | ) |
Definition at line 89 of file gui.c.
References _globalThreadLocalGuiContainer, GWEN_ThreadLocalData_free(), and NULL.
Referenced by GWEN_Fini().


| int GWEN_Gui_ModuleInit | ( | ) |
Definition at line 79 of file gui.c.
References _globalThreadLocalGuiContainer, GWEN_ERROR_GENERIC, GWEN_Gui_ModuleInit(), GWEN_ThreadLocalData_new(), and NULL.
Referenced by GWEN_Gui_ModuleInit(), and GWEN_Init().


| int GWEN_Gui_ReadString | ( | const char * | text, |
| GWEN_BUFFER * | tbuf ) |
Definition at line 183 of file gui_utils.c.
References GWEN_Buffer_AppendString(), GWEN_Gui_ConvertString(), and GWEN_Gui_GetGui().
Referenced by GWEN_Args_Check().

