struct EDIT_CHANGE

Value Change structure for the Edit Object

char* current_text
EDIT text before the change
char* change
New text
int pos
New text insert position
int len
Current text's lenght to substitute
int change_len
New text's lenght
unsigned validate
Validation flag
unsigned exec
Reject the change if False

Documentation

Value Change structure for the Edit Object. The Edit Object passes this structure to the ValueChange callback when its text changes. Last member is a return flag.
char* current_text
EDIT text before the change

char* change
New text

int pos
New text insert position

int len
Current text's lenght to substitute

int change_len
New text's lenght

unsigned validate
Validation flag

unsigned exec
Reject the change if False

alphabetic index hierarchy of classes


MGUI Copyright 1996-2000 Vincenzo Morello

generated by doc++