HP OpenVMS Systems Documentation |
DECwindows Extensions to Motif
DXmSvnGetEntrySensitivity
Retrieves (returns) the sensitivity of an entry in the display. Format
Return ValueAn integer that represents the entry sensitivity value, as follows: Arguments
DescriptionThe DXmSvnGetEntrySensitivity routine returns the sensitivity state (which indicates whether the user can select an entry) whenever the application requires that information for a given entry. DXmSvnGetEntryTag
Retrieves (returns) an entry's tag for a specified entry number. Format
Return ValueRepresents the entry tag. Arguments
DescriptionThe DXmSvnGetEntryTag routine retrieves an entry tag value for a specified entry number. The routine returns a value of 0 if the entry tag value has never been specified for the given entry number in a call to either the DXmSvnAddEntries or DXmSvnSetEntry routine. DXmSvnGetHighlighted
Retrieves (returns) a list of entries currently highlighted by the user. Format
Arguments
DescriptionThe DXmSvnGetHighlighted routine returns a list of entries that are currently highlighted by the user. Make this call in your application between calls to DXmSvnDisableDisplay and DXmSvnEnableDisplay to ensure that the highlighted list is not changing. DXmSvnGetNumDisplayed
Retrieves (returns) the number of entries currently being displayed in the window. Format
Return ValueAn integer that represents the number of entries currently being displayed. Arguments
DescriptionThe DXmSvnGetNumDisplayed routine returns the number of entries currently being displayed in the SVN window. Use this routine to determine the number of entries required in the arrays being passed to the DXmSvnGetDisplayed routine. DXmSvnGetNumHighlighted
Retrieves (returns) the number of highlighted entries. Format
Return ValueAn integer that represents the number of highlighted entries. Arguments
DescriptionThe DXmSvnGetNumHighlighted routine returns the number of entries currently highlighted by the user. Use this routine to determine the number of entries required in the array being passed to the DXmSvnGetHighlighted routine. Make this call in your application between calls to DXmSvnDisableDisplay and DXmSvnEnableDisplay to ensure that the highlighted list is not changing. DXmSvnGetNumSelections
Retrieves (returns) the number of selected entries. Format
Return ValueAn integer that represents the number of selected entries. Arguments
DescriptionThe DXmSvnGetNumSelections routine returns the number of entries currently selected by the user. Use this routine to determine the number of entries required in the array being passed to the DXmSvnGetSelections routine. Make this call in your application between calls to DXmSvnDisableDisplay and DXmSvnEnableDisplay to ensure that the selected list is not changing. DXmSvnGetPrimaryWorkWidget
Retrieves (returns) the identifier (widget ID) of the primary SVN work widget. Format
Return ValueThe identifier (widget ID) of the primary SVN work widget. Arguments
DescriptionThe DXmSvnGetPrimaryWorkWidget routine is a read-only routine that returns the identifier (widget ID) of the primary work widget (window). DXmSvnGetSecondaryWorkWidget
Retrieves (returns) the identifier (widget ID) of the secondary SVN work widget. Format
Return ValueThe identifier (widget ID) of the secondary SVN work widget. Arguments
DescriptionThe DXmSvnGetSecondaryWorkWidget routine is a read-only routine that returns the identifier (widget ID) of the secondary work widget (window). DXmSvnGetSelections
Retrieves (returns) a list of selected entry numbers. Format
Arguments
DescriptionThe DXmSvnGetSelections routine returns a list of entries that are currently selected by the user. Make this call in your application between calls to DXmSvnDisableDisplay and DXmSvnEnableDisplay to ensure that the selected list is not changing. DXmSvnGetTreePosition
Retrieves (returns) the position of the display window for future use. Format
Arguments
DescriptionThe DXmSvnGetTreePosition routine obtains the upper left coordinate position 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 (using the DXmSvnSetTreePosition routine). DXmSvnHideHighlighting
Specifies that the SVN widget show highlighted entries in the default format, without using highlighting graphics. Format
Arguments
DescriptionThe DXmSvnHideHighlighting routine specifies that the SVN widget show highlighted entries in the default format, without drawing highlighting graphics around those entries. Make this call in your application between calls to DXmSvnDisableDisplay and DXmSvnEnableDisplay to ensure that the highlighted list is not changing. DXmSvnHideSelections
Specifies that the SVN widget show selected entries in the default format, without drawing selection graphics on those entries. Format
Arguments
DescriptionThe DXmSvnHideSelections routine specifies that the SVN widget show selected entries in the default format (reverse video in outline mode), without drawing selection graphics on the entries even if the entries are selected. Use this routine if you want to hide selections when the application loses ownership of the global selection. Make this call in your application between calls to DXmSvnDisableDisplay and DXmSvnEnableDisplay. DXmSvnHighlightAll
Highlights all entries. Format
Arguments
DescriptionThe DXmSvnHighlightAll routine allows an application to highlight all entries in the structure using a command from the application's menu. The entries are displayed in a rectangular box (drawn with dashes). Make this call in your application between calls to DXmSvnDisableDisplay and DXmSvnEnableDisplay. DXmSvnHighlightEntry
Highlights a specified entry. Format
Arguments
DescriptionThe DXmSvnHighlightEntry routine designates a particular entry as highlighted. If the entry is already highlighted, this call is ignored. Make this call in your application between calls to DXmSvnDisableDisplay and DXmSvnEnableDisplay. DXmSvnInsertComponent
Inserts a new component into each SVN entry. Format
Arguments
DescriptionThe DXmSvnInsertComponent routine inserts a new component for each entry currently recognized by the SVN widget. All entries that are currently valid become invalid during this operation. DXmSvnInvalidateEntry
Specifies that the SVN widget redisplay (update) an entry. Format
Arguments
DescriptionThe DXmSvnInvalidateEntry routine allows an application to modify an underlying entry (for example, changing the text or highlighting) by directing the SVN widget to issue the DXmSvnNgetEntryCallback to obtain new information about the specified entry. DXmSvnMapPosition
Associates the x and y position with an entry number. Format
Arguments
DescriptionThe DXmSvnMapPosition routine uses a supplied x- and y-coordinates to determine which entry the user was positioned over when the mouse button was pressed or released. DXmSvnPositionDisplay
Displays a specified entry. Format
Return ValueAn integer that returns as 1 (True). The routine returns a value of 0 (False) only when the specified position of the entry is SvnPositionNextPage and the user is already at the bottom of the page (display). Arguments
DescriptionThe DXmSvnPositionDisplay routine ensures that the entries being displayed contain a specified entry. This routine allows the application to position a particular entry at the top, middle, or bottom of the display regardless of the number of entries being displayed.
|