gwenhywfar 4.0.3
|
#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_Test2_new () |
static int GWENHYWFAR_CB _gwenGuiSignalHandler | ( | GWEN_DIALOG * | dlg, |
GWEN_DIALOG_EVENTTYPE | t, | ||
const char * | sender | ||
) | [static] |
Definition at line 32 of file dlg_test2.c.
References GWEN_Dialog_GetIntProperty(), GWEN_Dialog_SetCharProperty(), GWEN_Dialog_SetIntProperty(), GWEN_DialogEvent_ResultAccept, GWEN_DialogEvent_ResultHandled, GWEN_DialogEvent_ResultNotHandled, GWEN_DialogEvent_TypeActivated, GWEN_DialogEvent_TypeClose, GWEN_DialogEvent_TypeDisabled, GWEN_DialogEvent_TypeEnabled, GWEN_DialogEvent_TypeFini, GWEN_DialogEvent_TypeInit, GWEN_DialogEvent_TypeLast, GWEN_DialogEvent_TypeValueChanged, GWEN_DialogProperty_Height, GWEN_DialogProperty_Title, GWEN_DialogProperty_Value, and GWEN_DialogProperty_Width.
Referenced by Dlg_Test2_new().
GWEN_DIALOG* Dlg_Test2_new | ( | ) |
Definition at line 94 of file dlg_test2.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.