gwenhywfar  4.8.0beta
Macros | Functions
dlg_message.c File Reference
#include "dlg_message_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 DISABLE_DEBUGLOG
 

Functions

void GWEN_DlgMessage_Fini (GWEN_DIALOG *dlg)
 
void GWENHYWFAR_CB GWEN_DlgMessage_FreeData (void *bp, void *p)
 
int GWEN_DlgMessage_GetResponse (const GWEN_DIALOG *dlg)
 
int GWEN_DlgMessage_HandleActivated (GWEN_DIALOG *dlg, const char *sender)
 
void GWEN_DlgMessage_Init (GWEN_DIALOG *dlg)
 
GWEN_DIALOGGWEN_DlgMessage_new (uint32_t flags, const char *title, const char *text, const char *b1, const char *b2, const char *b3)
 
int GWENHYWFAR_CB GWEN_DlgMessage_SignalHandler (GWEN_DIALOG *dlg, GWEN_DIALOG_EVENTTYPE t, const char *sender)
 

Macro Definition Documentation

#define DISABLE_DEBUGLOG

Definition at line 15 of file dlg_message.c.

Function Documentation

void GWEN_DlgMessage_Fini ( GWEN_DIALOG dlg)
void GWENHYWFAR_CB GWEN_DlgMessage_FreeData ( void *  bp,
void *  p 
)

Definition at line 115 of file dlg_message.c.

References GWEN_FREE_OBJECT.

Referenced by GWEN_DlgMessage_new().

int GWEN_DlgMessage_GetResponse ( const GWEN_DIALOG dlg)

Definition at line 128 of file dlg_message.c.

References GWEN_INHERIT_GETDATA.

Referenced by GWEN_Gui_Internal_MessageBox().

int GWEN_DlgMessage_HandleActivated ( GWEN_DIALOG dlg,
const char *  sender 
)
void GWEN_DlgMessage_Init ( GWEN_DIALOG dlg)
GWEN_DIALOG* GWEN_DlgMessage_new ( uint32_t  flags,
const char *  title,
const char *  text,
const char *  b1,
const char *  b2,
const char *  b3 
)
int GWENHYWFAR_CB GWEN_DlgMessage_SignalHandler ( GWEN_DIALOG dlg,
GWEN_DIALOG_EVENTTYPE  t,
const char *  sender 
)