Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DXmSvnSetEntryTag(3X)  —  Subroutines

Digital

NAME

DXmSvnSetEntryTag − Assigns an entry tag to a specified entry. 

SYNOPSIS

void DXmSvnSetEntryTag (widget, entry, tag)
   Widget    widget;
   int      entry;
   unsigned int tag;

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. 

Arguments

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. 

RELATED INFORMATION

DXmSvnSetEntry and DXmCreateSvn. 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026