Parent document is top of "Motif FAQ (Part 8 of 9)"
Previous document is "266) How can I check if my application has come up iconic? I want"
Next document is "268) How can an application iconify itself?"
267) How can I start my application in iconic state?
Answer: Try this from the command line:
application -iconic
Using the resource mechanism, set the resource XmNinitialState to IconicState
of the toplevel shell widget (the one returned from XtInitialise).
Parent document is top of "Motif FAQ (Part 8 of 9)"
Previous document is "266) How can I check if my application has come up iconic? I want"
Next document is "268) How can an application iconify itself?"