 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
DXmSvnSetEntryTag(3X)
NAME
DXmSvnSetEntryTag - Assigns an entry tag to a specified entry.
SYNOPSIS
void DXmSvnSetEntryTag(
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.
SEE ALSO
DXmSvnSetEntry(3X), DXmCreateSvn(3X)
 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|