DXmSvnSetEntryTag(3X) — Subroutines
NAME
DXmSvnSetEntryTag − Assigns an entry tag to a specified entry.
SYNOPSIS
void DXmSvnSetEntryTag (widget, entry, tag)
Widget widget;
int entry;
XtPointer tag;
PARAMETERS
widgetThe identifier (widget ID) of the SVN widget.
entryAn integer that represents the number of the entry for which information will be set or changed.
tagA 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.