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) |
See Copyright Notice in "iup.h"