Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ DXmSvnSetEntryNumComponents(3X) — Tru64 UNIX 5.0a

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DXmSvnSetEntryNumComponents(3X)  —  Subroutines

NAME

DXmSvnSetEntryNumComponents − Provides the SVN widget with the number of components for an entry. 

SYNOPSIS

void DXmSvnSetEntryNumComponents(
        Widget widget,
        int entry,
        int number );

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.

number
An integer that represents the number of components that make up this entry.

DESCRIPTION

The DXmSvnSetEntryNumComponents routine enables an application to respond to a DXmSvnCRGetEntry callback requesting information for an entry.  It provides some of the functions of the DXmSvnSetEntry routine, but requires only a subset of the information. 

Make this call in your application between calls to DXmSvnDisableDisplay and DXmSvnEnableDisplay.  After making a call to this routine, the application should call the DXmSvnSetComponentText, DXmSvnSetComponentPixmap, and DXmSvnSetComponentWidget routines to individually supply component information. 

Note that if the number of entries changes, all previous component information is discarded. 

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