Parent document is top of "Motif FAQ (Part 9 of 9)"
Previous document is "320) Why is XtWindow(widget) == 0?"
Next document is "322) Why does my callback's client data structure contain incorrect"

321) Why doesn't XtNameToWidget (widget, "MyName") work?

[Last modified: Apr 95]

Answer:  The second argument must be a qualified specification (like a
resource specification).  In most cases, you'll use something like "*MyName".
The leading '*' is required.

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

Parent document is top of "Motif FAQ (Part 9 of 9)"
Previous document is "320) Why is XtWindow(widget) == 0?"
Next document is "322) Why does my callback's client data structure contain incorrect"