XmNstringCallback
This callback is activated by a validation (return), or when the size specified by the XmNsizeBuf resource is reached.
It returns the following structure :
typdef struct {
int wsid;
int device;
char *string;
} XmStringCallbackStruct;
| XmNwsid | XmCWsid | int | 1 | CG |
| XmNinitString | XmCInitString | char * | NULL | CG |
| XmNcursorPos | XmCCursorPos | int | 0 | CSG |
| XmNsizeBuf | XmCSizeBuf | int | 0 | CG |
| XmNfontUser | XmCFontUser | char * | fixed | CG |
| XmNdevice | XmCDevice | int | 0 | CG |
| XmNscrollWind | XmCScrollWind | int | NULL | CG |
| XmNadjustSize | XmCAdjustSize | int | NULL | CG |
| XmNstringCallback | XmCCallback | XtCallbackList | NULL | CSG |