| Click this button to go to the index for this section. |
DXmSvnGetEntryNumber(3X)
NAME
DXmSvnGetEntryNumber - Retrieves (returns) an entry number for a specified entry tag value.SYNOPSIS
int DXmSvnGetEntryNumber (widget, tag) Widget widget; XtPointer tag;PARAMETERS
widget The identifier (widget ID) of the SVN widget. tag A value that represents the entry tag.DESCRIPTION
The DXmSvnGetEntryNumber routine retrieves (returns) an entry number for a specified entry tag value whenever the application requires that information.RETURN VALUES
An integer that represents the entry number (returns 0 if the entry tag value does not correspond to any entry number).RELATED INFORMATION
DXmSvnAddEntries(3X), DXmSvnSetEntry(3X)