|
gwenhywfar 5.10.1
|
#include <gwenhywfar/gui.h>

Go to the source code of this file.
Functions | |
| GWENHYWFAR_API GWEN_GUI * | GWEN_Gui_CGui_new (void) |
| 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().

