gwenhywfar  4.6.0beta
Macros | Functions
dlg_input.c File Reference
#include "dlg_input_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

int GWEN_DlgInput_CheckInput (GWEN_DIALOG *dlg)
 
int GWEN_DlgInput_CopyInput (GWEN_DIALOG *dlg, char *buffer, int size)
 
void GWEN_DlgInput_Fini (GWEN_DIALOG *dlg)
 
void GWENHYWFAR_CB GWEN_DlgInput_FreeData (void *bp, void *p)
 
int GWEN_DlgInput_GetFlagAllowStore (GWEN_DIALOG *dlg)
 
int GWEN_DlgInput_HandleActivated (GWEN_DIALOG *dlg, const char *sender)
 
int GWEN_DlgInput_HandleValueChanged (GWEN_DIALOG *dlg, const char *sender)
 
void GWEN_DlgInput_Init (GWEN_DIALOG *dlg)
 
GWEN_DIALOGGWEN_DlgInput_new (uint32_t flags, const char *title, const char *text, int minLen, int maxLen)
 
int GWENHYWFAR_CB GWEN_DlgInput_SignalHandler (GWEN_DIALOG *dlg, GWEN_DIALOG_EVENTTYPE t, const char *sender)
 

Macro Definition Documentation

#define DISABLE_DEBUGLOG

Definition at line 15 of file dlg_input.c.

Function Documentation

int GWEN_DlgInput_CheckInput ( GWEN_DIALOG dlg)
int GWEN_DlgInput_CopyInput ( GWEN_DIALOG dlg,
char *  buffer,
int  size 
)
void GWEN_DlgInput_Fini ( GWEN_DIALOG dlg)
void GWENHYWFAR_CB GWEN_DlgInput_FreeData ( void *  bp,
void *  p 
)

Definition at line 133 of file dlg_input.c.

References GWEN_FREE_OBJECT, and NULL.

Referenced by GWEN_DlgInput_new().

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().

int GWEN_DlgInput_HandleActivated ( GWEN_DIALOG dlg,
const char *  sender 
)
int GWEN_DlgInput_HandleValueChanged ( GWEN_DIALOG dlg,
const char *  sender 
)
void GWEN_DlgInput_Init ( GWEN_DIALOG dlg)
GWEN_DIALOG* GWEN_DlgInput_new ( uint32_t  flags,
const char *  title,
const char *  text,
int  minLen,
int  maxLen 
)
int GWENHYWFAR_CB GWEN_DlgInput_SignalHandler ( GWEN_DIALOG dlg,
GWEN_DIALOG_EVENTTYPE  t,
const char *  sender 
)