| Click this button to go to the index for this section. |
DXmSvnSetEntryTag(3X)
NAME
DXmSvnSetEntryTag - Assigns an entry tag to a specified entry.SYNOPSIS
void DXmSvnSetEntryTag (widget, entry, tag) Widget widget; int entry; XtPointer tag;PARAMETERS
widget The identifier (widget ID) of the SVN widget. entry An integer that represents the number of the entry for which information will be set or changed. tag A value that the application will associate with this entry. This value is returned in all callbacks that set the entry_number field in the DXmSvnCallback structure.DESCRIPTION
The DXmSvnSetEntryTag routine assigns an entry tag to a specified entry, enabling an application to respond to a DXmSvnNgetEntryCallback callback requesting information about that entry. The function of this routine is similar to the DXmSvnSetEntry routine but is more limited in scope, requiring only a subset of the information you would specify for the DXmSvnSetEntry routine.RELATED INFORMATION
DXmSvnSetEntry(3X), DXmCreateSvn(3X)