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

Go to the source code of this file.

Functions

int GWEN_DlgInput_CopyInput (GWEN_DIALOG *dlg, char *buffer, int size)
int GWEN_DlgInput_GetFlagAllowStore (GWEN_DIALOG *dlg)
GWEN_DIALOGGWEN_DlgInput_new (uint32_t flags, const char *title, const char *text, int minLen, int maxLen)

Function Documentation

◆ GWEN_DlgInput_CopyInput()

int GWEN_DlgInput_CopyInput ( GWEN_DIALOG * dlg,
char * buffer,
int size )

Definition at line 379 of file dlg_input.c.

References DBG_ERROR, GWEN_ERROR_BUFFER_OVERFLOW, GWEN_ERROR_NO_DATA, GWEN_INHERIT_GETDATA, and GWEN_LOGDOMAIN.

Referenced by GWEN_Gui_DialogBased_InputBox().

Here is the caller graph for this function:

◆ GWEN_DlgInput_GetFlagAllowStore()

int GWEN_DlgInput_GetFlagAllowStore ( GWEN_DIALOG * dlg)

Definition at line 404 of file dlg_input.c.

References GWEN_INHERIT_GETDATA.

Referenced by GWEN_Gui_DialogBased_InputBox().

Here is the caller graph for this function:

◆ GWEN_DlgInput_new()