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 - 31. Why is XtGetValues() on XtNx, XtNy of my top level shell wrong?

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


Top Document: comp.windows.x.intrinsics Frequently Asked Questions (FAQ)
Previous Document: 30. Can I use XtMoveWidget(), ... to move widgets I created?
Next Document: 32. Why do some people use XmN as resource names?
See reader questions & answers on this topic! - Help others by sharing your knowledge
----------------------------------------------------------------------

XtNx and XtNy are the coordinates relative to your shell's parent
window, which is usually a window manager's frame window.  To
translate to the root coordinate space, use XtTranslateCoords() or
XTranslateCoordinates().

NOTE: XtTranslateCoords() was broken in releases prior to R4.

User Contributions:

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