Manual Page Result
0
Command: DXmSvnGetTreePosition | Section: 3 | Source: Digital UNIX | File: DXmSvnGetTreePosition.3X.gz
DXmSvnGetTreePosition(3X) DXmSvnGetTreePosition(3X)
NAME
DXmSvnGetTreePosition - Retrieves (returns) the position of the display
window for future use.
SYNOPSIS
void DXmSvnGetTreePosition (widget, x, y)
Widget widget;
int *x;
int *y;
PARAMETERS
The identifier (widget ID) of the SVN widget. A pointer to the x posi-
tion in the tree. A pointer to the y position in the tree.
DESCRIPTION
The DXmSvnGetTreePosition routine obtains the upper-left coordinate po-
sition of the display window that is within the virtual display. It
thus provides a way for applications to determine the exact position of
the display window so that window can be restored at a later time (us-
ing the DXmSvnSetTreePosition routine).
The application can call this routine only when the DXmSvnNdisplayMode
resource is set to DXmSvnKdisplayTree. Note as well that the x and y
coordinates returned are only meaningful internally to the SVN widget
(they are used by the DXmSvnSetTreePosition routine when the SVN widget
restores the display window to its original position). delim off
DXmSvnGetTreePosition(3X)