gwenhywfar 5.14.1
gui_l.h File Reference
#include <gwenhywfar/gui_be.h>
Include dependency graph for gui_l.h:
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

◆ GWEN_Gui_ModuleFini()

void GWEN_Gui_ModuleFini ( )

Definition at line 89 of file gui.c.

References _globalThreadLocalGuiContainer, GWEN_ThreadLocalData_free(), and NULL.

Referenced by GWEN_Fini().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GWEN_Gui_ModuleInit()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GWEN_Gui_ReadString()

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().

Here is the call graph for this function:
Here is the caller graph for this function: