Parent document is top of "Motif FAQ (Part 8 of 9)"
Previous document is "290) What is IMUG and how do I join it?"
Next document is "292) How can I disable the color scheme mechanism in CDE or HP VUE?"

291) How do I set the title of a top level window?

[Last modified: September 92]

Answer:  Set XmNtitle (and optionally XmNtitleEncoding) for TopLevelShells.
(Note that this is of type String rather than XmStrin.)  Ypu can also set
XmNiconName if you want its icon to show this title.  For XmDialogShells, set
the XmNdialogTitle of its immediate child, assuming it's a BulletinBoard
subclass.  These can also be set in resource files.

Parent document is top of "Motif FAQ (Part 8 of 9)"
Previous document is "290) What is IMUG and how do I join it?"
Next document is "292) How can I disable the color scheme mechanism in CDE or HP VUE?"