|
gwenhywfar 5.12.0
|
#include <gwenhywfar/gwenhywfar.h>#include <gwenhywfar/gui.h>#include <gwenhywfar/dialog.h>#include <gwenhywfar/debug.h>#include <gwenhywfar/pathmanager.h>#include <unistd.h>
Go to the source code of this file.
Functions | |
| static int GWENHYWFAR_CB | _gwenGuiSignalHandler (GWEN_DIALOG *dlg, GWEN_DIALOG_EVENTTYPE t, const char *sender) |
| GWEN_DIALOG * | Dlg_Test1_new () |
|
static |
Definition at line 27 of file dlg_test.c.
References GWEN_Dialog_GetCharProperty(), GWEN_Dialog_GetIntProperty(), GWEN_Dialog_SetCharProperty(), GWEN_Dialog_SetIntProperty(), GWEN_DialogEvent_ResultAccept, GWEN_DialogEvent_ResultHandled, GWEN_DialogEvent_ResultNotHandled, GWEN_DialogEvent_ResultReject, GWEN_DialogEvent_TypeActivated, GWEN_DialogEvent_TypeClose, GWEN_DialogEvent_TypeDisabled, GWEN_DialogEvent_TypeEnabled, GWEN_DialogEvent_TypeFini, GWEN_DialogEvent_TypeInit, GWEN_DialogEvent_TypeKeyPressed, GWEN_DialogEvent_TypeKeyReleased, GWEN_DialogEvent_TypeLast, GWEN_DialogEvent_TypeValueChanged, GWEN_DialogProperty_AddValue, GWEN_DialogProperty_ColumnWidth, GWEN_DialogProperty_Height, GWEN_DialogProperty_MaxValue, GWEN_DialogProperty_MinValue, GWEN_DialogProperty_Title, GWEN_DialogProperty_Value, GWEN_DialogProperty_Width, GWENHYWFAR_CB, and NULL.
Referenced by Dlg_Test1_new(), and Dlg_Test2_new().


| GWEN_DIALOG * Dlg_Test1_new | ( | ) |
Definition at line 269 of file dlg_test.c.
References _gwenGuiSignalHandler(), DBG_INFO, GWEN_Buffer_AppendString(), GWEN_Buffer_free(), GWEN_Buffer_GetStart(), GWEN_Buffer_new(), GWEN_Dialog_AddMediaPath(), GWEN_Dialog_free(), GWEN_Dialog_new(), GWEN_Dialog_ReadXmlFile(), GWEN_Dialog_SetSignalHandler(), GWEN_DIR_SEPARATOR_S, GWEN_LOGDOMAIN, and NULL.
Referenced by test1(), test1(), and test8().

