128) How can I check if my application has come up iconic? I want
to delay initialisation code and other processing.
Answer: Use XtGetValues and check for the XmNinitialState value of the
toplevel shell just before XtMainLoop. -- IconicState is iconic, NormalState
is not iconic.