struct EDIT_CHANGE

Value Change structure for the Edit Object

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

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-1998 Vincenzo Morello

generated by doc++