Typedefs | Functions

iup_mask.h File Reference

Mask functions. More...

Typedefs

typedef struct _Imask Imask

Functions

Imask * iupMaskCreate (const char *mask_str, int casei)
Imask * iupMaskCreateInt (int min, int max)
Imask * iupMaskCreateFloat (float min, float max)
void iupMaskDestroy (Imask *mask)
int iupMaskCheck (Imask *mask, const char *value)
char * iupMaskGetStr (Imask *mask)

Detailed Description

See Copyright Notice in "iup.h"