DAS
3.1.6 - 18/09/2017
|
Value Change for the Edit Object. More...
#include <Mguidefs.h>
Data Fields | |
char * | change |
int | change_len |
char * | current_text |
unsigned | exec |
int | len |
int | pos |
unsigned | validate |
Value Change for the Edit Object.
The Edit Object passes this structure to the ValueChange callback EDIT_CHANGE_CB (C API) and EDITCHANGE_CB (C++ API) when its text changes. Last member is a return flag.
Definition at line 1361 of file Mguidefs.h.
char* EDIT_CHANGE::change |
New text
Definition at line 1365 of file Mguidefs.h.
int EDIT_CHANGE::change_len |
New text's lenght
Definition at line 1371 of file Mguidefs.h.
char* EDIT_CHANGE::current_text |
EDIT text before the change
Definition at line 1363 of file Mguidefs.h.
unsigned EDIT_CHANGE::exec |
Reject the change if set to False
Definition at line 1375 of file Mguidefs.h.
int EDIT_CHANGE::len |
Current text's lenght to substitute
Definition at line 1369 of file Mguidefs.h.
int EDIT_CHANGE::pos |
New text insert position
Definition at line 1367 of file Mguidefs.h.
unsigned EDIT_CHANGE::validate |
Validation flag
Definition at line 1373 of file Mguidefs.h.