


DXmSvnSetEntry(3X)					   DXmSvnSetEntry(3X)



NAME
  DDXXmmSSvvnnSSeettEEnnttrryy - Provides the	SVN widget with	new entry level	information.

SYNOPSIS

  vvooiidd DDXXmmSSvvnnSSeettEEnnttrryy ((_w_i_d_g_e_t,, _e_n_t_r_y,, _w_i_d_t_h,, _h_e_i_g_h_t,, _n_u_m_b_e_r,, _s_e_n_s,,
		       _t_a_g,, _i_n_d_e_x))
	WWiiddggeett	      _w_i_d_g_e_t;;
	iinntt	      _e_n_t_r_y;;
	iinntt	      _w_i_d_t_h;;
	iinntt	      _h_e_i_g_h_t;;
	iinntt	      _n_u_m_b_e_r;;
	BBoooolleeaann	      _s_e_n_s;;
	XXttPPooiinntteerr     _t_a_g;;
	BBoooolleeaann	      _i_n_d_e_x;;

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 for which informa-
      tion will	be set or changed.

  _w_i_d_t_h
      An integer that represents the width of the entry.  This value is	used
      to allocate sufficient display space for the entry.  If 0	is specified,
      the SVN widget will calculate the	width based on the components and
      font.

  _h_e_i_g_h_t
      An integer that represents the height of the entry.  This	value is used
      to allocate sufficient display space for the entry.  If 0	is specified,
      the SVN widget will calculate the	height based on	the components and
      font.

  _n_u_m_b_e_r
      An integer that represents the number of components in this entry.

  _s_e_n_s
      A	Boolean	value that, when True, makes this entry	sensitive (the user
      can select it). When False, the display for that entry will be dimmed
      to indicate that the entry is not	sensitive (the user cannot select
      it).

  _t_a_g The value	that the application will associate with the entry.  This
      value is returned	in all callbacks that set the _e_n_t_r_y__n_u_m_b_e_r field in
      the DDXXmmSSvvnnCCaallllbbaacckk structure.

  _i_n_d_e_x
      A	Boolean	value that, when True, indicates that all of the entries
      being added should be displayed in the scroll index window when the
      user drags the slider.  Note that	if you set this	argument to True, the
      DDXXmmNNlliivveeSSccrroolllliinngg	resource must be set to	False.




DESCRIPTION

  The DDXXmmSSvvnnSSeettEEnnttrryy routine enables an	application to respond to a
  DDXXmmSSvvnnCCRRGGeettEEnnttrryy callback requesting the information for an entry.  You can
  specify a subset of the information allowed on this call by using the	fol-
  lowing routines:

    oo++  DDXXmmSSvvnnSSeettEEnnttrryyNNuummCCoommppoonneennttss

    oo++  DDXXmmSSvvnnSSeettEEnnttrryyTTaagg

    oo++  DDXXmmSSvvnnSSeettEEnnttrryyIInnddeexxWWiinnddooww

    oo++  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

    oo++  DDXXmmSSvvnnSSeettEEnnttrryy

  Make this call in your application between calls to DDXXmmSSvvnnDDiissaab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.  After making a call	to this	routine, your appli-
  cation should	call the DDXXmmSSvvnnSSeettCCoommppoonneennttTTeexxtt, DDXXmmSSvvnnSSeettCCoommppoonneennttPPiixxmmaapp,
  and DDXXmmSSvvnnSSeettCCoommppoonneennttWWiiddggeett routines	to individually	supply the component
  information.

  Note that if your application	calls the DDXXmmSSvvnnSSeettEEnnttrryy routine to modify an
  existing entry and the number	of entries changes, all	previous component
  information is discarded.








































