|
DXmSvnGetEntrySensitivity(3X)
Contents
|
DXmSvnGetEntrySensitivity - Retrieves (returns) the sensitivity
of an entry in the display.
int DXmSvnGetEntrySensitivity(
Widget widget,
int entry );
The identifier (widget ID) of the SVN widget. An integer
that represents the entry number.
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.
An integer that represents the entry sensitivity value, as
follows: The entry is not sensitive (the user cannot
select it). The entry is sensitive (the user can select
it).
DXmSvnGetEntrySensitivity(3X)
[ Back ] |