How is the application updating the text field? Does it use
XmTextSetString(), or XtSetValues()?
You could check the event field of the callback struct. If the event
field
is not NULL, and the event is a KeyPress, then it is the user typing
info into the text field. If the event is a button release, it is the
user
dropping a transfer or primary selection.
If the app uses XmTextSetString, the event will be NULL.
--
Fred Kleinschmidt