


DXmSvnAddEntries(3X)					 DXmSvnAddEntries(3X)



NAME
  DDXXmmSSvvnnAAddddEEnnttrriieess - Opens new entries in the structure.

SYNOPSIS

  vvooiidd DDXXmmSSvvnnAAddddEEnnttrriieess	((_w_i_d_g_e_t,, _a_f_t_e_r,,	_c_o_u_n_t,, _l_e_v_e_l,, _t_a_g_s,, _i_n_d_e_x))
	WWiiddggeett	 _w_i_d_g_e_t;;
	iinntt	 _a_f_t_e_r;;
	iinntt	 _c_o_u_n_t;;
	iinntt	 _l_e_v_e_l;;
	XXttPPooiinntteerr**     _t_a_g_s(());;
	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.

  _a_f_t_e_r
      An integer that represents the entry number that the newly opened	posi-
      tions are	inserted after.	(If you	want to	add an entry before number 1,
      set this parameter to 0.)

  _c_o_u_n_t
      An integer that represents the number of entries to add to the array.

  _l_e_v_e_l
      An integer that represents the level number of the entries being added.
      A	level number of	0 indicates top-level entries.

  _t_a_g_s
      A	pointer	to an array of longwords that contain the tag values for each
      entry being added.  If the tag values are	not being used,	a Null
      pointer may be passed.  This value can also be changed with either the
      DDXXmmSSvvnnSSeettEEnnttrryy or	DDXXmmSSvvnnSSeettEEnnttrryyTTaagg routine call.

  _i_n_d_e_x
      A	Boolean	value that, when True, indicates that all of the entries
      being added should appear	in the scroll index window when	the user
      drags the	slider.	 This value can	be changed with	either the
      DDXXmmSSvvnnSSeettEEnnttrryy or	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 routine.  Note that the
      index window is used only	when the DDXXmmNNlliivveeSSccrroolllliinngg resource is set to
      False.

DESCRIPTION

  The DDXXmmSSvvnnAAddddEEnnttrriieess routine enables an application to process the expan-
  sion of an entry.  The value supplied	for _c_o_u_n_t determines how many entries
  the application should open.	The actual text	of the entry is	not passed.

  The first time an entry is displayed to the user, the	SVN widget issues the
  DDXXmmSSvvnnNNggeettEEnnttrryyCCaallllbbaacckk to obtain information	about the entry.  If the user
  never	positions the window in	an area	where a	particular entry is visible,
  the callback will never be made.  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.




