Parent document is top of "Motif FAQ (Part 9 of 9)"
Previous document is "347) If I call XtGetValues on a resource that does not exist for a"
Next document is "349) Are there any "year 2000" issues within Motif?"

348) Can I reparent a widget (change its parent)?

[Last modified: Aug 97]

Answer:  Xt does not support reparenting of widgets within the widget
hierarchy.  This would complicate the hierarchical resource model.  You can
destroy the old hierarchy and create a new one.  On most systems, this is
pretty fast for reasonably sized widget hierarchies.

Note, however, that X11R6.3 provides an "application group" extension that
allows one X client to act as the root of another X client's window hierarchy.
See the X11R6.3 documentation for more details.

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

Parent document is top of "Motif FAQ (Part 9 of 9)"
Previous document is "347) If I call XtGetValues on a resource that does not exist for a"
Next document is "349) Are there any "year 2000" issues within Motif?"