|
DXmSvnSetEntryTag(3X)
Contents
|
DXmSvnSetEntryTag - Assigns an entry tag to a specified
entry.
void DXmSvnSetEntryTag(
Widget widget,
int entry,
XtPointer tag );
The identifier (widget ID) of the SVN widget. An integer
that represents the number of the entry for which information
will be set or changed. 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.
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.
DXmSvnSetEntry(3X), DXmCreateSvn(3X)
DXmSvnSetEntryTag(3X)
[ Back ] |