gwenhywfar 5.14.1
dlg_message_l.h File Reference
#include <gwenhywfar/dialog.h>
Include dependency graph for dlg_message_l.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int GWEN_DlgMessage_GetResponse (const 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)

Function Documentation

◆ GWEN_DlgMessage_GetResponse()

int GWEN_DlgMessage_GetResponse ( const GWEN_DIALOG * dlg)

Definition at line 112 of file dlg_message.c.

References GWEN_INHERIT_GETDATA.

Referenced by GWEN_Gui_DialogBased_MessageBox().

Here is the caller graph for this function:

◆ GWEN_DlgMessage_new()

GWEN_DIALOG * GWEN_DlgMessage_new ( uint32_t flags,
const char * title,
const char * text,
const char * b1,
const char * b2,
const char * b3 )