struct EDIT_VAL

Validation structure for the EditField Object

unsigned focus_leave
If set to False, EDIT will keep focus
unsigned focus_lost
If True, EDIT will lose the focus anyway
int key
Key code originator (0 if not applicable)
short len
Text lenght
char* text
EDIT text
unsigned text_changed
If set to True EDIT redraws itself
unsigned text_validated
If set to True EDIT becomes validated

Documentation

Validation structure for the EditField Object. The EDIT Object passes this structure to the Validation callback when it's about to lose the input focus. Last three members are return flags.
char* text
EDIT text

short len
Text lenght

int key
Key code originator (0 if not applicable)

unsigned focus_lost
If True, EDIT will lose the focus anyway

unsigned focus_leave
If set to False, EDIT will keep focus

unsigned text_changed
If set to True EDIT redraws itself

unsigned text_validated
If set to True EDIT becomes validated

alphabetic index hierarchy of classes


MGUI Copyright 1996-1998 Vincenzo Morello

generated by doc++