Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ DXmSvnMapPosition(3X) — Tru64 UNIX 4.0f

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DXmSvnMapPosition(3X)  —  Subroutines

NAME

DXmSvnMapPosition − Associates the x and y position with an entry number. 

SYNOPSIS

void DXmSvnMapPosition(
        Widget widget,
        int x,
        int y,
        int ∗entry,
        int ∗comp_number,
        XtPointer ∗tag );

PARAMETERS

widget
The identifier (widget ID) of the SVN widget.

xAn integer that represents the x position within the widget’s window where the mouse button was pressed or released. 

yAn integer that represents the y position within the widget’s window where the mouse button was pressed or released. 

entry
A pointer to the entry number.

comp_number
A pointer to the component number within the entry.  If the component number is not needed, a Null pointer may be passed.

tagA pointer to the application’s tag associated with the entry.  If the tag value is not required by the application, a Null pointer may be passed. 

DESCRIPTION

The DXmSvnMapPosition routine uses a supplied x and y coordinate to determine which entry the user was positioned over when the mouse button was pressed or released. 

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