Parent document is top of "Motif FAQ (Part 8 of 9)"
Previous document is "265) How can I keep track of changes to iconic/normal window state?"
Next document is "267) How can I start my application in iconic state?"

266) How can I check if my application has come up iconic? I want

to delay initialization 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.

Parent document is top of "Motif FAQ (Part 8 of 9)"
Previous document is "265) How can I keep track of changes to iconic/normal window state?"
Next document is "267) How can I start my application in iconic state?"