DXmSvnGetEntrySensitivity(3X) — Subroutines
NAME
DXmSvnGetEntrySensitivity − Retrieves (returns) the sensitivity of an entry in the display.
SYNOPSIS
int DXmSvnGetEntrySensitivity(
Widget widget,
int entry );
PARAMETERS
widget
The identifier (widget ID) of the SVN widget.
entry
An integer that represents the entry number.
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.
RETURN VALUES
An integer that represents the entry sensitivity value, as follows:
0The entry is not sensitive (the user cannot select it).
1The entry is sensitive (the user can select it).