|
gwenhywfar 5.12.0
|
#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.
Macros | |
| #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 (GWEN_UNUSED 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, GWEN_UNUSED const char *sender) |
| #define DIALOG_MINHEIGHT 50 |
Definition at line 28 of file dlg_showbox.c.
| #define DIALOG_MINWIDTH 200 |
Definition at line 27 of file dlg_showbox.c.
| #define DISABLE_DEBUGLOG |
Definition at line 15 of file dlg_showbox.c.
| void GWEN_DlgShowBox_Fini | ( | GWEN_DIALOG * | dlg | ) |
Definition at line 138 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 | ( | GWEN_UNUSED void * | bp, |
| void * | p ) |
Definition at line 88 of file dlg_showbox.c.
References GWEN_FREE_OBJECT, GWEN_UNUSED, and GWENHYWFAR_CB.
Referenced by GWEN_DlgShowBox_new().

| void GWEN_DlgShowBox_Init | ( | GWEN_DIALOG * | dlg | ) |
Definition at line 102 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_new(), 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_DlgShowBox_new(), and GWEN_Gui_DialogBased_ShowBox().


| int GWENHYWFAR_CB GWEN_DlgShowBox_SignalHandler | ( | GWEN_DIALOG * | dlg, |
| GWEN_DIALOG_EVENTTYPE | t, | ||
| GWEN_UNUSED const char * | sender ) |
Definition at line 173 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_TypeKeyPressed, GWEN_DialogEvent_TypeKeyReleased, GWEN_DialogEvent_TypeLast, GWEN_DialogEvent_TypeValueChanged, GWEN_DlgShowBox_Fini(), GWEN_DlgShowBox_Init(), GWEN_INHERIT_GETDATA, GWEN_UNUSED, and GWENHYWFAR_CB.
Referenced by GWEN_DlgShowBox_new().

