gwenhywfar  4.8.0beta
Functions
dlg_input_l.h File Reference
#include <gwenhywfar/dialog.h>

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

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

Definition at line 386 of file dlg_input.c.

References GWEN_INHERIT_GETDATA.

Referenced by GWEN_Gui_Internal_InputBox().

GWEN_DIALOG* GWEN_DlgInput_new ( uint32_t  flags,
const char *  title,
const char *  text,
int  minLen,
int  maxLen 
)