


DXmSvnSetEntrySensitivity(3X)			DXmSvnSetEntrySensitivity(3X)



NAME
  DDXXmmSSvvnnSSeettEEnnttrryySSeennssiittiivviittyy - Controls whether the user	can select a particu-
  lar entry.

SYNOPSIS

  vvooiidd DDXXmmSSvvnnSSe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,, _s_e_n_s))
	WWiiddggeett	 _w_i_d_g_e_t;;
	iinntt	 _e_n_t_r_y;;
	BBoooolleeaann	 _s_e_n_s;;

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 number of the entry whose sensitivity
      will be set or changed.

  _s_e_n_s
      A	Boolean	value that, when True, means the entry is sensitive (the user
      can select it). If the value is False, the SVN widget will dim the
      display of the entry to indicate that the	entry is not sensitive (the
      user cannot select it).

DESCRIPTION

  The DDXXmmSSvvnnSSeettEEnnttrryySSeennssiittiivviittyy	routine	changes	the sensitivity	of an entry
  ("sensitivity" means whether the SVN widget will allow the user to select a
  particular entry).  When using this routine, note the	following:

    oo++  Make the	call in	your application between calls to DDXXmmSSvvnnDDiissaa--
       bblleeDDiissppllaayy and DDXXmmSSvvnnEEnnaabblleeDDiissppllaayy.

    oo++  If the newly specified sensitivity is the same as the current sensi-
       tivity, the call	is ignored.

    oo++  If the newly specified sensitivity for the entry	is different from the
       current sensitivity, that entry is redisplayed if necessary.

    oo++  If an entry is being changed to no longer be sensitive (the user	can-
       not select the entry) _a_n_d that entry is currently selected, the entry
       will be cleared (cancelled) and then redisplayed.















