 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
DXmSvnGetEntrySensitivity(3X)
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:
0 The entry is not sensitive (the user cannot select it).
1 The entry is sensitive (the user can select it).
 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|