Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DXmSvnSelectComponent(3X)  —  Subroutines

Digital

NAME

DXmSvnSelectComponent − Selects an entry using a specific component. 

SYNOPSIS

void DXmSvnSelectComponent (widget, entry, comp_number)
   Widget widget;
   int   entry;
   int   comp_number;

DESCRIPTION

The DXmSvnSelectComponent routine designates a specified entry as selected.  It differs from the DXmSvnSelectEntry routine because it associates a specific component with the selection. If the entry is already selected with this component, this call has no effect.  Use this routine when different selection modes are being used and make the call in your application between calls to DXmSvnDisableDisplay and DXmSvnEnableDisplay .

Arguments

widgetThe identifier (widget ID) of the SVN widget. 

entryAn integer that represents the entry to select. 

comp_number
An integer that represents the component to select.

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