gwenhywfar
4.3.1
|
#include "dlg_showbox_p.h"
#include <gwenhywfar/gwenhywfar.h>
#include <gwenhywfar/pathmanager.h>
#include <gwenhywfar/gui.h>
#include <gwenhywfar/debug.h>
Go to the source code of this file.
Defines | |
#define | DIALOG_MINHEIGHT 50 |
#define | DIALOG_MINWIDTH 200 |
#define | DISABLE_DEBUGLOG |
Functions | |
void | GWEN_DlgShowBox_Fini (GWEN_DIALOG *dlg) |
void GWENHYWFAR_CB | GWEN_DlgShowBox_FreeData (void *bp, void *p) |
void | GWEN_DlgShowBox_Init (GWEN_DIALOG *dlg) |
GWEN_DIALOG * | GWEN_DlgShowBox_new (uint32_t flags, const char *title, const char *text) |
int GWENHYWFAR_CB | GWEN_DlgShowBox_SignalHandler (GWEN_DIALOG *dlg, GWEN_DIALOG_EVENTTYPE t, const char *sender) |
#define DIALOG_MINHEIGHT 50 |
Definition at line 28 of file dlg_showbox.c.
Referenced by GWEN_DlgShowBox_Fini(), and GWEN_DlgShowBox_Init().
#define DIALOG_MINWIDTH 200 |
Definition at line 27 of file dlg_showbox.c.
Referenced by GWEN_DlgShowBox_Fini(), and GWEN_DlgShowBox_Init().
#define DISABLE_DEBUGLOG |
Definition at line 15 of file dlg_showbox.c.
void GWEN_DlgShowBox_Fini | ( | GWEN_DIALOG * | dlg | ) |
Definition at line 135 of file dlg_showbox.c.
References DIALOG_MINHEIGHT, DIALOG_MINWIDTH, GWEN_DB_FLAGS_OVERWRITE_VARS, GWEN_DB_SetIntValue(), GWEN_Dialog_GetIntProperty(), GWEN_Dialog_GetPreferences(), GWEN_DialogProperty_Height, GWEN_DialogProperty_Width, and GWEN_INHERIT_GETDATA.
Referenced by GWEN_DlgShowBox_SignalHandler().
void GWENHYWFAR_CB GWEN_DlgShowBox_FreeData | ( | void * | bp, |
void * | p | ||
) |
Definition at line 87 of file dlg_showbox.c.
References GWEN_FREE_OBJECT.
Referenced by GWEN_DlgShowBox_new().
void GWEN_DlgShowBox_Init | ( | GWEN_DIALOG * | dlg | ) |
Definition at line 100 of file dlg_showbox.c.
References DIALOG_MINHEIGHT, DIALOG_MINWIDTH, GWEN_DB_GetIntValue(), GWEN_Dialog_GetPreferences(), GWEN_Dialog_SetCharProperty(), GWEN_Dialog_SetIntProperty(), GWEN_DialogProperty_Height, GWEN_DialogProperty_Title, GWEN_DialogProperty_Width, and GWEN_INHERIT_GETDATA.
Referenced by GWEN_DlgShowBox_SignalHandler().
GWEN_DIALOG* GWEN_DlgShowBox_new | ( | uint32_t | flags, |
const char * | title, | ||
const char * | text | ||
) |
Definition at line 38 of file dlg_showbox.c.
References DBG_INFO, GWEN_Buffer_free(), GWEN_Buffer_GetStart(), GWEN_Buffer_new(), GWEN_Dialog_free(), GWEN_Dialog_new(), GWEN_Dialog_ReadXmlFile(), GWEN_Dialog_SetSignalHandler(), GWEN_DlgShowBox_FreeData(), GWEN_DlgShowBox_SignalHandler(), GWEN_INHERIT_SETDATA, GWEN_LOGDOMAIN, GWEN_NEW_OBJECT, GWEN_PathManager_FindFile(), GWEN_PM_LIBNAME, GWEN_PM_SYSDATADIR, and NULL.
Referenced by GWEN_Gui_Internal_ShowBox().
int GWENHYWFAR_CB GWEN_DlgShowBox_SignalHandler | ( | GWEN_DIALOG * | dlg, |
GWEN_DIALOG_EVENTTYPE | t, | ||
const char * | sender | ||
) |
Definition at line 169 of file dlg_showbox.c.
References 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_DlgShowBox_Fini(), GWEN_DlgShowBox_Init(), and GWEN_INHERIT_GETDATA.
Referenced by GWEN_DlgShowBox_new().