gwenhywfar  4.8.0beta
Macros | Functions
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>

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 (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, const char *sender)
 

Macro Definition Documentation

#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.

Function Documentation

void GWEN_DlgShowBox_Fini ( GWEN_DIALOG dlg)
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)
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 
)