DXmSvnGetEntrySensitivity(3X) — Subroutines
Digital
NAME
DXmSvnGetEntrySensitivity − Retrieves (returns) the sensitivity of an entry in the display.
SYNOPSIS
int DXmSvnGetEntrySensitivity (widget, entry)
Widget widget;
int entry;
DESCRIPTION
The DXmSvnGetEntrySensitivity routine returns the sensitivity state (which indicates whether the user can select an entry) whenever the application requires that information for a given entry.
Arguments
widgetThe identifier (widget ID) of the SVN widget.
entryAn integer that represents the entry number.
RETURN VALUES
An integer that represents the entry sensitivity value, as follows:
| Value | Description |
| 0 | The entry is not sensitive (the user cannot select it). |
| 1 | The entry is sensitive (the user can select it). |