osf1 man page for dxmsvnsettreeposition

Query: dxmsvnsettreeposition

OS: osf1

Section: 3x

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DXmSvnSetTreePosition(3X)												 DXmSvnSetTreePosition(3X)

NAME
DXmSvnSetTreePosition - Sets the position of the tree in tree display mode.
SYNOPSIS
void DXmSvnSetTreePosition( Widget widget, int x, int y );
PARAMETERS
The identifier (widget ID) of the SVN widget. An integer that represents the x position for the tree. This value is obtained by a previ- ous call to the DXmSvnGetTreePosition routine. An integer that represents the y position for tree. This value is obtained by a previous call to the DXmSvnGetTreePosition routine.
DESCRIPTION
The DXmSvnSetTreePosition routine enables applications to set the exact position of the display from previously stored coordinates. It is valid to call this routine only when the DXmSvnNdisplayMode resource is set to DXmSvnKdisplayTree. (The DXmSvnGetTreePosition routine retrieves the x and y coordinates from the SVN widget.) Note that if the application does not currently have the exact same characteristics (for example, the same mode, fonts, or size and number of entries) as when the DXmSvnGetPosition routine was last called, calling the DXmSvnSetTreePosition routine may generate an incorrect dis- play. Make this call in your application between calls to DXmSvnDisableDisplay and DXmSvnEnableDisplay. DXmSvnSetTreePosition(3X)
Related Man Pages
dxmsvnautoscrollcheck(3x) - osf1
dxmcstextreplace(3x) - osf1
dxmsvndisabledisplay(3x) - osf1
dxmsvngethighlighted(3x) - osf1
dxmsvnsetentryposition(3x) - osf1
Similar Topics in the Unix Linux Community
PHP Write Man Pages to MySQL DB