*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: DXmSvnSetEntryPosition | Section: 3 | Source: Digital UNIX | File: DXmSvnSetEntryPosition.3X.gz
DXmSvnSetEntryPosition(3X) DXmSvnSetEntryPosition(3X) NAME DXmSvnSetEntryPosition - Sets the position of an entry in user-defined tree mode. SYNOPSIS void DXmSvnSetEntryPosition (widget, entry, mode, x, y) kidget widget; int entry; Boolean mode; int x; int y; PARAMETERS The identifier (widget ID) of the SVN widget. An integer that repre- sents the number of the entry for which information will be set or changed. A Boolean value that, when True, specifies that position in- formation returned should be interpreted relative to the upper-left corner of the SVN window. When False, the position information re- turned should be interpreted relative internally to the SVN widget. An integer that represents the x position of the entry. If the value for mode is True, the value for x represents the distance from the corner of the SVN window in pixels. If the value for mode is False, the value for x represents the position in the entire tree, even though that po- sition extends beyond the limit of what can currently be displayed in the SVN window. An integer that represents the y position of the en- try. If the value for mode is True, the value for y represents the distance from the corner of the SVN window in pixels. If the value for mode is False, the value for y represents the position in the entire tree, even though that position extends beyond the limit of what can currently be displayed in the SVN window. DESCRIPTION The DXmSvnSetEntryPosition routine allows an application to implement the layout of the tree when the tree style is DXmSvnKuserDefinedTree. The application can explicitly position an entry, whether that entry is currently visible in the display or not. This call is valid only if the display mode is set to DXmSvnKdisplayTree and the tree style to DXmSvnKuserDefinedTree. Make this call in your application between calls to DXmSvnDisableDisplay and DXmSvnEnableDisplay. delim off DXmSvnSetEntryPosition(3X)

Navigation Options