#include "cgui.h"#include <gwenhywfar/gui_be.h>#include <gwenhywfar/buffer.h>Go to the source code of this file.
Functions | |
| void | GWEN_Gui_CGui_GetRawText (GWEN_GUI *gui, const char *text, GWEN_BUFFER *tbuf) |
| void GWEN_Gui_CGui_GetRawText | ( | GWEN_GUI * | gui, | |
| const char * | text, | |||
| GWEN_BUFFER * | tbuf | |||
| ) |
Definition at line 247 of file cgui.c.
References DBG_ERROR, GWEN_Buffer_AppendBytes(), GWEN_Buffer_AppendString(), GWEN_Buffer_Reset(), GWEN_Gui_CGui__ConvertFromUtf8(), and GWEN_LOGDOMAIN.
Referenced by GWEN_Gui_CGui_InputBox(), GWEN_Gui_CGui_MessageBox(), GWEN_Gui_CGui_ShowBox(), and GWEN_Gui_CProgress_Log().
1.5.6