gwenhywfar 5.12.0
dlg_showbox.c File Reference
#include "dlg_showbox_p.h"
#include <gwenhywfar/gwenhywfar.h>
#include <gwenhywfar/pathmanager.h>
#include <gwenhywfar/gui.h>
#include <gwenhywfar/debug.h>
Include dependency graph for dlg_showbox.c:

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_DIALOGGWEN_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)

Macro Definition Documentation

◆ DIALOG_MINHEIGHT

#define DIALOG_MINHEIGHT   50

Definition at line 28 of file dlg_showbox.c.

◆ DIALOG_MINWIDTH

#define DIALOG_MINWIDTH   200

Definition at line 27 of file dlg_showbox.c.

◆ DISABLE_DEBUGLOG

#define DISABLE_DEBUGLOG

Definition at line 15 of file dlg_showbox.c.

Function Documentation

◆ GWEN_DlgShowBox_Fini()

void GWEN_DlgShowBox_Fini ( GWEN_DIALOG * dlg)

◆ GWEN_DlgShowBox_FreeData()

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().

Here is the caller graph for this function:

◆ GWEN_DlgShowBox_Init()

void GWEN_DlgShowBox_Init ( GWEN_DIALOG * dlg)

◆ GWEN_DlgShowBox_new()

◆ GWEN_DlgShowBox_SignalHandler()