Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

comp.windows.x.intrinsics Frequently Asked Questions (FAQ)
Section - 30. Can I use XtMoveWidget(), ... to move widgets I created?

( Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Property taxes ]


Top Document: comp.windows.x.intrinsics Frequently Asked Questions (FAQ)
Previous Document: 29.!How can I identify the children of a manager widget?
Next Document: 31. Why is XtGetValues() on XtNx, XtNy of my top level shell wrong?
See reader questions & answers on this topic! - Help others by sharing your knowledge
----------------------------------------------------------------------

No.  In general, XtMoveWidget(), XtResizeWidget(),
XtMakeGeometryRequest(), and XtConfigureWidget() are for widget
internals only.  The only way for applications to change widget
geometry or configuration is through the XtSetValues() interface and
setting the XtNx, XtNy, XtNwidth and XtNheight resources.  If this
interface does not give you what you want, you should subclass the
widget to modify its geometry managers.

User Contributions:

Comment about this article, ask questions, or add new information about this topic: