


DXmSvnGetEntrySensitivity(3X)			DXmSvnGetEntrySensitivity(3X)



NAME
  DDXXmmSSvvnnGGeettEEnnttrryySSeennssiittiivviittyy - Retrieves	(returns) the sensitivity of an	entry
  in the display.

SYNOPSIS

  iinntt DDXXmmSSvvnnGGeettEEnnttrryySSeennssiittiivviittyy	((_w_i_d_g_e_t,, _e_n_t_r_y))
       WWiiddggeett  _w_i_d_g_e_t;;
       iinntt     _e_n_t_r_y;;

PARAMETERS

  _w_i_d_g_e_t
      The identifier (widget ID) of the	SVN widget.

  _e_n_t_r_y
      An integer that represents the entry number.

DESCRIPTION

  The DDXXmmSSvvnnGGeettEEnnttrryySSeennssiittiivviittyy	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:

  __________________________________

  Value	  Description

  __________________________________

  0

	  The entry is not sensitive
	  (the user cannot select
	  it).

  1

	  The entry is sensitive
	  (the user can	select it).

  __________________________________

















