Parent document is top of "Motif FAQ (Part 9 of 9)"
Previous document is "344) What does this mean: Warning: Cannot find callback list in"
Next document is "346) Why are some widgets still visible after I call"

345) If a single widget has multiple callback functions, are they

all executed?  If so, in what order?

[Last modified: Nov 96]

Answer:  Yes, they are all executed.  The order, however, is not defined by
the X Toolkit specifications.  If you really want a certain order, you should
register a single callback function and have it call your other functions in
the order you want.

Ken Lee, http://www.rahul.net/kenton/

Parent document is top of "Motif FAQ (Part 9 of 9)"
Previous document is "344) What does this mean: Warning: Cannot find callback list in"
Next document is "346) Why are some widgets still visible after I call"