Typedefs | Functions

iup_mask.h File Reference

Mask functions. More...

Typedefs

typedef struct _Imask Imask

Functions

IUP_SDK_API Imask * iupMaskCreate (const char *mask_str)
IUP_SDK_API Imask * iupMaskCreateInt (int min, int max)
IUP_SDK_API Imask * iupMaskCreateFloat (float min, float max, const char *decimal_symbol)
IUP_SDK_API Imask * iupMaskCreateReal (int positive, const char *decimal_symbol)
IUP_SDK_API void iupMaskSetCaseI (Imask *mask, int casei)
IUP_SDK_API void iupMaskSetNoEmpty (Imask *mask, int noempty)
IUP_SDK_API void iupMaskDestroy (Imask *mask)
IUP_SDK_API int iupMaskCheck (Imask *mask, const char *value)
IUP_SDK_API char * iupMaskGetStr (Imask *mask)

Detailed Description

See Copyright Notice in "iup.h"